A lightweight macOS menu bar utility that transforms clipboard contents into formats you can actually use. Designed for speed, simplicity, and power-user workflows.
✔️ Remove Rich Text Formatting
Strips styles, fonts, and formatting from text copied into the clipboard.
Useful when ⌘⇧V fails or isn't available.
📊 CSV → TSV
Converts comma-separated values into tab-separated values for flawless pasting into Excel, Numbers, or Google Sheets.
🧾 JSON → TSV
Takes a JSON object or array of objects and flattens it into TSV — perfect for data inspection and spreadsheet import.
🔁 JSON → TSV (Transposed)
Rotates the structure: keys become row labels, and values align across columns.
🧠 Clipboard-first design
All operations read from and write to the macOS system clipboard. Just copy → run → paste.
You’ll need:
- macOS with Xcode installed
- No developer account required
From the project root:
makeThis will: 1. Build the app in Release mode 2. Archive and extract it 3. Install it to /Applications
📌 If xcodebuild errors with a message about command-line tools, run:
make xcode-full
maketo switch back to cmdline use
make xcode-cliThis project is licensed under the MIT License.