
Text
Process text lines with four operations: deduplicate, sort ascending, sort descending, or shuffle. Japanese locale-aware sorting included.
Great for cleaning up CSV lists or deduplicating tag lists.
Enable 'Also remove duplicates' to auto-deduplicate when sorting or shuffling.
Combine with the Lucky Draw tool: shuffle then pick the top line.
Q1
Yes. Blank lines count as one line each. Use Deduplicate to remove consecutive blank lines.
Q2
Yes. Each shuffle produces a different random order.
Q3
Lines are sorted as strings, so numbers sort lexicographically (1, 10, 2, ...). For numeric sort, pre-pad numbers with zeros.