A minimal, elegant screenshot capture tool for macOS, built with Tauri and Rust. Snipp lets you capture screenshots effortlessly with global hotkeys, saving them directly to your Desktop with clean, timestamped filenames.
- macOS 10.15+
- Node.js 16+ and npm
- Rust (latest stable)
Clone the repository and install dependencies:
git clone https://github.com/codehakase/snipp.git
cd snipp
npm installBuild and run in development mode:
npm run tauri:devFor production build:
npm run tauri:build- Launch Snipp
- Press
⌘⇧S(Cmd+Shift+S) anywhere on your system - Drag to select the area you want to capture
- Release to save the screenshot
Screenshots are automatically saved to your Desktop as snipp-<timestamp>.png.
- Global Hotkeys: Capture screenshots from anywhere without focusing the app
- Interactive Selection: Uses macOS native screencapture for precise area selection
- Auto-Save: Instant saving with timestamped filenames
- Toast Notifications: Clean feedback on successful captures
- Background Operation: Works seamlessly while other apps are active
Snipp requires the following macOS permissions:
- Screen Recording: To capture screenshots
- Accessibility: To register global shortcuts
Created by Francis Sunday (@codehakase). Licensed under the MIT license.
