gity-tray
Cross-platform system tray UI for gity.
This crate provides a system tray interface for gity, allowing users to monitor and control the daemon from the menu bar.
Platform Support
| Platform | Toolkit |
|---|---|
| Linux | GTK |
| macOS | winit |
| Windows | winit |
Features
- Daemon status indicator
- Quick access to registered repositories
- Start/stop daemon controls
- Repository health overview
Usage
Enable the tray feature when building gity:
Then launch with:
See the gity documentation for more details.
License
MIT