Your content toolkit, in the menu bar.
Manage assets, transform Markdown, format text for social media. Menu bar app + CLI. Zero dependencies.
# Markdown to HTML
$ echo "# Hello **world**" | clip md2html
<h1>Hello <strong>world</strong></h1>
# Unicode styling for social media
$ echo "**bold** and _italic_" | clip md2social
𝐛𝐨𝐥𝐝 and 𝒊𝒕𝒎𝒐𝒊𝒌
# Back up your entire vault
$ clip export --file ~/Dropbox/clip-backup.json
Exported 42 assets to ~/Dropbox/clip-backup.json
Four tabs. No Dock icon. Always accessible from your menu bar.
Drag images and text in from anywhere. Organise into folders. Drag back out to Keynote, Pages, or any app.
Paste anything — auto-detects Markdown, HTML, CSV, TSV, or plain text. Side-by-side split view for comparison.
Unicode bold, italic, monospace, script, small caps. Convert full Markdown to social-media-ready styled text.
Drop images, text snippets, and files into the vault from Finder, browsers, or any app. Organise with nested folders. Search instantly. Drag assets back out to your presentation or document.
Clip auto-detects what you pasted and shows only the relevant conversions. Markdown, HTML, CSV, TSV, plain text — all handled. Toggle side-by-side split view to compare input and output.
Style text with Unicode characters that work on LinkedIn, Twitter, Facebook — anywhere plain text is accepted. Two modes: Format (toolbar actions) and Convert (full document transforms).
Back up your vault as JSON. Restore on any Mac. GUI dialogs in the app, or use the CLI for scripting and cron jobs.
clip export --file ~/backup.json
clip import --file ~/backup.json
Clip checks GitHub Releases on launch. When a new version is available, one click downloads the latest DMG. Manual check from the menu bar anytime.
Five steps from download to your first transform.
Grab Clip-1.3.0.dmg from the latest GitHub release. The DMG contains the app, the CLI binary, and an installer script.
Download latest release →Open the DMG and drag Clip.app to /Applications.
The app isn't notarized yet. Run this once in Terminal to remove the quarantine flag:
Double-click Clip.app. A paperclip icon appears in your menu bar. Left-click to open the panel. Right-click for the menu (theme, clipboard history, export/import, updates).
Double-click "Install CLI.command" inside the DMG. This copies the clip binary to /usr/local/bin.
xattr -rd com.apple.quarantine /Applications/Clip.app removes the flag safely. The app contains no network calls except the optional update checker to GitHub.
~/Library/Application Support/Clip/ as plain JSON files. No cloud, no sync, no external services. Use clip export to create portable backups.
0 2 * * * clip export --file ~/Dropbox/clip-backup.json