I recently published my first Snap package - a CLI note-taking tool.
Features
- Command history with arrow keys
- Custom word highlighting
- Interactive mode using Rich library
- Markdown support with checkboxes
- All notes stored as portable markdown files
Tech Stack
- Python 3.10
- Rich library for terminal UI
- Snapcraft for packaging
- GitHub Actions for CI/CD
Installation
sudo snap install note-cli
Snap Store: https://snapcraft.io/note-cli
Top comments (0)