Sort Lines
Sort lines alphabetically.
Paste text to sort its lines alphabetically. Choose ascending or descending, ignore case, and optionally remove empty lines. Everything runs locally in your browser.
Your input is processed locally in your browser — nothing is uploaded, stored or logged.
Saved you time?Buy me a coffee
How it works
- 1 Paste your lines.
- 2 Pick a direction and options.
- 3 Copy or download the sorted result.
Common use cases
- Alphabetize a list.
- Sort imports or keys.
- Order names or terms.
- Tidy a glossary.
Frequently asked questions
Is my text sent to a server?
No. Everything runs locally in your browser — your text is never uploaded, stored or logged.
How is sorting done?
Lines are compared as strings (optionally case-insensitively). It is a simple lexicographic sort, not natural/numeric sort.
Is it really free?
Yes — free, with no signup and no limits.