Developer tools that just work.

A curated portal of fast, private, browser-based utilities. No accounts. No uploads. Press ⌘K anywhere to jump to a tool.

Instant
No network round-trips.
Private
Runs in your browser.
Free
No login. No limits.

Filter by tag

Showing tools tagged #list. Clear filter

Lists

Drop repeated lines from a list, preserving order.
Items present in both List A and List B (intersection).
Items in List A but not in List B (A − B).
Items in List B but not in List A (B − A).
Symmetric difference — items in exactly one list.
Union — every item from either list, deduped.
Strip empty and whitespace-only lines.
Trim leading and trailing whitespace from every line.
Sort lines alphabetically, ascending or descending.
Human-friendly sort — item2 before item10.
Flip the order of lines top-to-bottom.
Keep or drop lines matching a regex pattern.
Wrap each line with custom text before and/or after.
Prepend numbering — 1., 1), [1], or zero-padded.
Add a markdown bullet (-, *, or •) to each line.
Wrap each line in single, double, or backtick quotes.
Join lines into a single string with a chosen delimiter.
Split a delimited string into one item per line.
Convert lines to a JSON array of strings.
ToolTrack.dev — Fast, free developer utilities