-
v0.1.0 - Initial Release
Stablereleased this
2026-03-22 11:22:56 +00:00 | 124 commits to main since this releaseInitial release of Snip - Local-First Code Snippet Manager
Features
- CRUD operations for code snippets
- FTS5 full-text search
- Tag-based organization
- Collections for grouping snippets
- Syntax highlighting with Pygments
- JSON import/export
- AES encryption for sensitive snippets
- P2P sync via mDNS/Bonjour
Installation
pip install -e .Quick Start
snip init snip add --title "Hello" --code 'print("Hello!")' --language python snip list snip search helloDownloads