gity-tray 0.1.2

Cross-platform system tray UI for gity
Documentation

gity-tray

Cross-platform system tray UI for gity.

Crates.io Documentation License: MIT

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:

cargo install gity --features tray

Then launch with:

gity tray

See the gity documentation for more details.

License

MIT