Line Tools help
Line Tools takes a list of lines and reshapes it: sort, reverse, shuffle, dedupe, drop blank lines, trim whitespace, number each line, or add a prefix and suffix.
Steps
- Paste your lines into the box.
- Pick an operation and its options.
- Copy the result or run another operation on it.
Common questions
What is natural sort?
It orders numbers inside text the way people expect, so item2 comes before item10.
Does dedupe keep the first or last copy?
The first by default. There is an option to keep the last one instead.
Is the shuffle repeatable?
If you set a seed, yes. The same seed shuffles the same way. With no seed it is random each time.
Is my text uploaded?
No. Every operation runs in your browser.
Everything runs in your browser. Nothing you enter or drop is uploaded.
Back to Line Tools