List alphabetizer

What alphabetizing lines does

Sort each line as a string for quick cleanup of tag lists, dependency names, or meeting notes. "Alphabetical" in simple tools often means Unicode code-point order, not the full locale rules your OS uses for contact lists—expect capital letters to group differently than localeCompare in some browsers.

When to use it

Before deduping with Duplicate lines remover, or after splitting fields with Text separator. Lines that start with numbers may sort as text (10 before 2) unless you normalize widths first.

Related tools

Popular tools