HuG is a cross-platform (Windows, Linux, macOS) text and code snippet manager designed for developer productivity.
- Download
hug-linux.zip(or platform equivalent). - Extract the archive.
- Run the
hugexecutable inside the extracted folder.
- Clone the repository.
- Create a virtual environment:
python -m venv .venv && source .venv/bin/activate. - Install dependencies:
pip install -r requirements.txt. - Run:
python -m hug.
- System Tray: Quick access to snippets via context menu.
- Floating Palette: Summon with
Ctrl+Shift+Space(configurable) to search and insert snippets. - Snippet Management: JSON-based snippet libraries.
- Live Reload: Edit JSON files and see changes instantly.
- Cross-Platform: Built with Qt (PySide6).
See dev-docs/HuG-02-IMPLEMENTATION-GUIDE.md for details.

