Your friendly desktop assistant. A tray icon for tedious chores and lovely conversations.
This project is hosted on GitHub. Code changes will trigger a GHA pipeline, which runs linting, tests and code coverage.
We use Just for common development tasks. Install it first:
# macOS
brew install just
# Linux (Cargo)
cargo install just
# or with uv
uv tool install rust-justThen see all available commands:
just- Just (see above for installation)
- Rust toolchain with
cargo- runjust setup-rust - Python's
uvfor running just commands for GNOME - runjust setup-python - macOS: Xcode (including command-line tools) - run
just setup-swift - Linux: A distro with a modern GNOME desktop - run
just setup-gnome