Kanbus (Rust crate)
Kanbus is a high-performance command-line interface and console server for the Kanbus issue tracker.
Install
This installs two binaries:
kanbusr- The CLI for creating, listing, and managing issueskanbus-console- The web UI server with embedded frontend assets
Shortcuts (Optional)
For convenience, you can create short command shortcuts:
# Run the installer script
|
# Or manually create symlinks in ~/.cargo/bin/:
These shortcuts work in all shells and scripts.
Usage
CLI:
Console Server:
# Opens web UI at http://127.0.0.1:5174/
System-wide install (agent-friendly PATH)
Use the repo helper to install or symlink binaries into a system PATH like
/usr/local/bin or /opt/homebrew/bin:
To avoid re-installing after every build, use symlinks:
For full guidance, see the Kanbus documentation:
- Homepage: https://kanb.us
- Documentation: https://kanb.us/docs
License
Licensed under the MIT License. See LICENSE in this directory.