Sort Lines
Sort lines alphabetically, by length, in reverse, or randomly. Ideal for organizing lists, code, and data.
ShelfCue processes all text locally in your browser. Nothing is sent to our servers. Your text is never stored, logged, or shared.
How to Use Sort Lines
- 1Paste your list into the input area (one item per line).
- 2Select your sort mode: A→Z, Z→A, shortest, longest, reverse, or random.
- 3Configure options like case sensitivity and blank line handling.
- 4Click 'Sort Lines' to apply the sort.
- 5Copy the sorted output.
Features
- ✓6 sort modes: alphabetical (A-Z), reverse alphabetical (Z-A), shortest first, longest first, reverse order, and random shuffle
- ✓Case-sensitive sorting option
- ✓Whitespace trimming before sorting
- ✓Option to remove blank lines
- ✓Random shuffle uses the Fisher-Yates algorithm