Line Tools

Sort, trim, deduplicate, reverse, and shuffle line-based text locally in your browser.

Paste a list, log snippet, configuration block, or any line-based text to run common cleanup operations without sending the content anywhere.



How it works

Choose an operation after pasting text. Sorting, duplicate removal, empty-line removal, trimming, reversing, and shuffling all run in the browser and preserve the original input unless you copy the output back over it yourself.

Output line endings are normalized to newline characters, so review the result before pasting it into tools that require a specific line-ending format.

The status line reports before and after line counts so you can see how many lines were removed or reordered. Duplicate removal keeps the first matching line it sees.

Case-sensitive sorting and numeric sorting only affect the sort buttons. The duplicate options affect how duplicate keys are compared, not the text that is kept in the output.

Shuffle uses browser randomness for everyday cleanup tasks. It is not a cryptographic randomizer and should not be used for lotteries, security choices, or audit-sensitive sampling.

Your text is processed locally. The tool does not upload, store, or fetch content.


References