Fast command snippet manager for macOS. Save, search, edit, and copy terminal commands in one compact desktop app.
Download the latest .dmg from Releases.
Release assets include:
SnipCmd.dmgSnipCmd.dmg.sha256
- Save command snippets locally on your Mac
- One-click copy to clipboard
- Double-click inline editing
- Drag and drop reordering
- Fast search filtering
- Import from
.txtand.json - Export to
.txtand.json - Optional syntax highlighting
- Appearance mode:
Light/Dark/System - App icon mode:
Default/Classic
- Download
SnipCmd.dmgfrom Releases. - Open the DMG and drag
SnipCmd.appintoApplications. - Launch
SnipCmd. - If macOS warns about unsigned software, right-click the app and choose
Openonce. - Add commands with
Cmd+N, search instantly, and click any row to copy.
Cmd+N: Add commandCmd+I: Import commandsOption+Cmd+H: Toggle syntax highlighting
| SnipCmd version | macOS |
|---|---|
| v0.1.x and newer | 15.7+ |
- Commands are stored locally.
- No cloud sync.
- No telemetry.
- Xcode 17+
- macOS SDK included with Xcode
git clone https://github.com/KevinLuo41/SnipCmd.git
cd SnipCmd
open SnipCmd.xcodeprojOr build via CLI:
xcodebuild -project SnipCmd.xcodeproj -scheme SnipCmd -configuration Debug -destination 'platform=macOS' buildBuild unsigned DMG:
bash scripts/build-unsigned-dmg.shGenerated artifacts:
SnipCmd.dmgSnipCmd.dmg.sha256
Issues and pull requests are welcome. If you want to propose a larger feature or UI change, please open an issue first so we can align on scope.

