List Toolkit

Clean, sort, shuffle, format and split any list in seconds.

Actions

Sort
Clean
Duplicates are only removed when you ask — the first of each is kept.
Format
“First Last → Last, First” treats the final word as the last name. Anything it can’t read confidently is left alone.
Case
Split into groups
Group sizes are evened out, so nothing is left over.

Input

My Rosters

Output

Chain steps by sending the result back to the input — remove duplicates, then alphabetize, then number. Undo puts the previous list back.

How to use it

  1. 1Paste a list into the input, one item per line, or load a roster you have saved.
  2. 2Pick an action — sort, clean, renumber, reformat names or change case — and the result appears on the right.
  3. 3Chain steps with “Use output as input”: remove duplicates, then alphabetize, then number.
  4. 4Copy the result, or save the cleaned list as a roster you can reuse in other tools.

This tool runs entirely in your browser. What you type here is not sent to tchrly or uploaded anywhere.

Related tools