Skip to content

KevinLuo41/SnipCmd

Repository files navigation

SnipCmd icon

SnipCmd

Fast command snippet manager for macOS. Save, search, edit, and copy terminal commands in one compact desktop app.

Download for macOS



downloads latest version platform swift

SnipCmd light mode screenshot SnipCmd dark mode screenshot

Download

Download the latest .dmg from Releases.

Release assets include:

  • SnipCmd.dmg
  • SnipCmd.dmg.sha256

Major features

  • 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 .txt and .json
  • Export to .txt and .json
  • Optional syntax highlighting
  • Appearance mode: Light / Dark / System
  • App icon mode: Default / Classic

How to install and use

  1. Download SnipCmd.dmg from Releases.
  2. Open the DMG and drag SnipCmd.app into Applications.
  3. Launch SnipCmd.
  4. If macOS warns about unsigned software, right-click the app and choose Open once.
  5. Add commands with Cmd+N, search instantly, and click any row to copy.

Keyboard shortcuts

  • Cmd+N: Add command
  • Cmd+I: Import commands
  • Option+Cmd+H: Toggle syntax highlighting

macOS compatibility

SnipCmd version macOS
v0.1.x and newer 15.7+

Data and privacy

  • Commands are stored locally.
  • No cloud sync.
  • No telemetry.

How to build

Required

  • Xcode 17+
  • macOS SDK included with Xcode

Build steps

git clone https://github.com/KevinLuo41/SnipCmd.git
cd SnipCmd
open SnipCmd.xcodeproj

Or build via CLI:

xcodebuild -project SnipCmd.xcodeproj -scheme SnipCmd -configuration Debug -destination 'platform=macOS' build

Release packaging (maintainers)

Build unsigned DMG:

bash scripts/build-unsigned-dmg.sh

Generated artifacts:

  • SnipCmd.dmg
  • SnipCmd.dmg.sha256

Contributing

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors