What is Line Tools?
Line Tools batches the small text chores that come up daily — sorting, deduping, prepending line numbers — so you can stop dropping into a terminal for awk one-liners.
How to use
- Paste your text.
- Pick the operations you want.
- Copy the cleaned-up output.
Frequently asked questions
Is sorting locale-aware?
It uses the browser default locale via Intl.Collator.
Are duplicates case-sensitive?
Yes by default; toggle "Case-insensitive" to merge by lowercase.