Sort a list, drop its repeats and blank lines, number it or reverse it. It is the work that otherwise gets done by hand in a text editor, settled here with four checkboxes.
The sort understands accents and numbers properly: “Álex” comes before “Bernard”, and “file10” after “file9”, not before it.
How to use it
- Paste the list, one entry per line.
- Tick what you want done.
- Copy the result.
Frequently asked questions
- Why does “file10” come after “file9”?
- Because the sort is natural: when it finds numbers inside text it compares them as numbers, not as text. That is nearly always what you want.
- Does it drop duplicates that differ only in case?
- Only if you tick “ignore case when comparing”. By default “Apple” and “apple” count as different.
- Is the original order kept if I do not sort?
- Yes. With “leave as is”, the other operations respect the order you pasted.
Related tools
Minify CSSCSSO: it restructures and merges rules, not just strips spaces.
Minify JavaScriptTerser in the browser, with optional name mangling.
Count words and charactersA live count, reading time and the limits each platform imposes.
Change letter caseUPPERCASE, lowercase, Title Case, camelCase, snake_case and more.
URL encode and decodePercent-encoding, for whole addresses or for a single parameter.