Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Value Sorter

A small, dependency-free tool for sorting delimiter-separated values directly in your browser.

Values are processed locally in the browser. No entered or sorted values are transmitted.

Features

  • Sort values separated by commas, semicolons, line breaks, tabs, pipes, spaces or custom delimiters
  • Automatic input delimiter detection
  • Change the output delimiter independently
  • Natural, text or numeric sorting
  • Ascending or descending order
  • Optional case-sensitive sorting
  • Optional trimming of whitespace
  • Optional removal of empty or duplicate values
  • Copy sorted values to the clipboard
  • Ctrl+Enter / Cmd+Enter keyboard shortcut for sorting
  • Responsive layout
  • No dependencies
  • No build step
  • Runs completely locally in the browser

Privacy

All sorting and value processing happens locally in the browser.

The application has no backend, sends no entered or sorted values over the network, and requires no analytics or external libraries.

Live version

The tool is deployed using GitHub Pages and can be used directly in a modern web browser.

Live version

Development

The tool is intentionally implemented as a single HTML file using plain HTML, CSS and JavaScript.

Can I help?

Yes, that would be much appreciated. The best way to help is to post a response via the Issue Tracker and/or submit a Pull Request.

About

A tool for sorting delimiter-separated values directly in your browser.

Topics

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages