usefmtly

List Tools

Sort, compare, deduplicate, and transform lists of text.

List tools are built for the moments when you have a pile of text and need to make sense of it fast. Sort a list alphabetically, strip out duplicate lines, randomise the order, merge two lists by union or intersection, or compare them side by side to see what overlaps and what doesn't. Every tool works directly in your browser — paste your list, get your result, copy and move on. No spreadsheet required.

List Tools8 tools

Alphabetical Order Sorter

Free online alphabetical sorter. Sort lists A–Z or Z–A, by length, or with natural sort. Remove duplicates, trim whitespace, and sort comma or semicolon-separated lists too. No signup required.

Open tool

Duplicate Line Remover

Free online duplicate line remover. Paste any list and remove duplicate lines instantly. Case-insensitive or case-sensitive, keep first or last occurrence, or highlight duplicates instead. No signup required.

Open tool

List Randomizer

Free online list randomizer. Shuffle any list of items into a random order, or pick N random items from a list. Seeded shuffle for reproducible results. No signup required.

Open tool

Merge Lists

Free online list merger. Combine two lists by concatenating, interleaving, union (all unique items), or intersection (common items only). Remove duplicates and sort the result. No signup required.

Open tool

List Compare

Free online list comparison tool. Paste two lists and instantly see items only in List A, items only in List B, and items in both. Includes a Jaccard similarity score. No signup required.

Open tool

Split List

Free online list splitter. Split text into a list by any delimiter — comma, semicolon, newline, space, tab, or custom. Trim items, remove blanks, number the results. Instant, client-side.

Open tool

List to Comma Separated

Convert a line-by-line list to comma-separated values (CSV), semicolons, pipes, or any custom delimiter. Add quotes, trim whitespace. Free — no signup required.

Open tool

Comma to List Converter

Free comma to list converter. Paste CSV, semicolon-separated, pipe-delimited, or tab-separated values and convert them to a clean list with one item per line. Trim whitespace, remove blanks, and deduplicate. No signup required.

Open tool

What are list tools?

List tools process newline-separated or delimited text — the kind of data you copy out of a spreadsheet, CMS export, email, or any plain-text source. They perform common operations that would otherwise require a spreadsheet formula or a script: sorting alphabetically, removing duplicates, randomising order, merging two lists, comparing what's in both, and splitting text into structured lines. All processing happens in your browser — paste your list, transform it, copy the result.

Common uses for list tools

List tools are most useful when you have raw text data and need to clean, sort, or analyse it quickly:

  • Sorting a list of names, URLs, tags, or items alphabetically before pasting into a document
  • Removing duplicate lines from exported data, email lists, keyword lists, or log outputs
  • Randomising the order of a list for fair assignment, raffle draws, or shuffled presentation
  • Comparing two lists to find overlapping items, unique entries, or differences — without a spreadsheet
  • Merging multiple lists and deduplicating the combined result in one step
  • Splitting a block of comma-separated or delimited text into a clean line-by-line list