Sorting & List Cleanup Tools
Sort, reverse, or mirror multi-line lists without shell scripts. Choose one utility, tune its options, then copy the server-side result directly into your workflow.
Quick samples
Source list
Paste a multi-line payload, choose one utility, and adjust how the selected transform should behave.
Output
Review the selected utility result and copy it directly into your next step.
Documentation
Sorting & List Cleanup Tools
About this tool
Sorting Tools runs one sorting, reversing, or mirroring operation at a time. Use it when multiline text needs a consistent order before copying into docs, configs, or notes.
Key options
Case handling controls whether uppercase and lowercase affect order.
Numeric mode treats embedded numbers as numbers instead of plain characters.
Direction controls ascending or descending line sorting. Strip blank lines removes empty and whitespace-only rows before the selected operation runs.
Gotchas
The tool sorts whole lines, not a selected column inside CSV-style data. Clean the input first if only one field should control the order.
Only one utility runs per submission, so choose the operation you want before copying the result.
Key use cases
- -Sort pasted line lists alphabetically.
- -Reverse a list so newest or oldest entries appear first.
- -Use numeric-aware sorting for numbered values.
- -Strip blank lines from one-column text before sharing.