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.
- 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+Enterkeyboard shortcut for sorting- Responsive layout
- No dependencies
- No build step
- Runs completely locally in the browser
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.
The tool is deployed using GitHub Pages and can be used directly in a modern web browser.
The tool is intentionally implemented as a single HTML file using plain HTML, CSS and JavaScript.
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.