About Line Tools

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.

It runs in the page. Nothing you paste is uploaded.

How to use it

  1. Paste your lines into the box.
  2. Pick an operation and its options.
  3. 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.