Convert, sort, and manipulate lists
Convert a list (one item per line) to comma-separated values.
Convert a list to a JSON array and vice versa.
Remove duplicate items from a list, keeping only unique entries.
Sort a list alphabetically or numerically, ascending or descending.
Reverse the order of items in a list.
Find common items, differences, and unique items between two lists.
Combine multiple lists into one, with optional duplicate removal.
Add text before and/or after each item in a list.
Wrap each item in a list with single or double quotes.
Generate a numbered sequence or convert text to a numbered list.
Split text into a list using a custom delimiter (comma, pipe, semicolon, etc.).