Your Mac's sidekick for content creation.
Menu bar app + CLI that manages assets, transforms Markdown, and formats text for social media. Shake your mouse to summon it. Pipe content through the terminal.
The App
π Assets Drag in images & text, organise folders, drag out
β Transform Markdown β HTML β CSV β TSV, auto-detected
Aa Formatter **bold** β π―πΌπΉπ± Unicode for LinkedIn, X, bios
π Snippets Reusable text blocks, click to copy
The CLI
$ echo "# Hello **world**" | clip md2html
<h1>Hello <strong>world</strong></h1>
$ echo "**bold** and _italic_" | clip md2social
π―πΌπΉπ± and πͺπ΅π’ππͺπ€
$ clip md2social --clipboard
β clipboard transformed in-place
Features
Drag in images and text, organise into folders, drag out to Keynote, Pages, or any app. JSON persistence, full-text search.
Paste content β Clip auto-detects Markdown, HTML, CSV, or TSV and offers the right conversions. Drag rendered previews as RTF.
Unicode bold, italic, monospace, small caps for social media. Full Markdown-to-Unicode converter. ASCII box-drawing tables.
Install
Download the DMG or build from source
# 1. Drag Clip.app to /Applications
# 2. Double-click "Install CLI.command"
# 3. Bypass Gatekeeper (not notarized):
$ xattr -rd com.apple.quarantine /Applications/Clip.app
$ git clone https://github.com/blacklogos/markutils.git
$ cd markutils && swift run
# Install CLI:
$ bash scripts/install_cli.sh