Line Sort / Dedupe Tool
Sort, unique, shuffle, reverse lines in a text block.
Input lines
0
Output lines
0
Removed
0
Output
How it works
Text is split into lines, then each enabled operation is applied in order: trim → remove empty → dedupe → sort/shuffle → reverse. Everything runs locally in your browser.