Documentation Index
Fetch the complete documentation index at: https://mintlify.com/fulsomenko/kanban/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Kanban CLI can be installed using multiple methods depending on your system and preferences. Choose the installation method that works best for you.System Requirements
Minimum Requirements:
- Rust 1.70+ (for cargo installation)
- Linux, macOS, or Windows
- Terminal with Unicode support
- At least 10MB of disk space
Installation Methods
Choose Your Installation Method
Select one of the following installation methods based on your environment:
Verify Installation
After installation, verify that Kanban is correctly installed by checking the version:You should see output similar to:
The exact version number and commit hash will vary depending on when you installed Kanban.
Linux Clipboard Support
Kanban supports copying card information to your system clipboard, but on Linux, copied content is lost when the app exits unless you have a clipboard manager installed. This is a Linux platform limitation, not a bug.Required Clipboard Managers
- Wayland
- X11
Install one of the following clipboard managers for Wayland:
Shell Completions (Optional)
Generate shell completions for better command-line experience:Environment Variables
You can configure Kanban using environment variables:| Variable | Description | Example |
|---|---|---|
KANBAN_FILE | Default data file path | export KANBAN_FILE=~/projects/myboard.json |
KANBAN_DEBUG_LOG | Debug log file path | export KANBAN_DEBUG_LOG=~/kanban-debug.log |
EDITOR | Preferred text editor | export EDITOR=vim |
Updating Kanban
To update to the latest version:Troubleshooting
Command not found: kanban
Command not found: kanban
Ensure that cargo’s bin directory is in your PATH:
Clipboard not working
Clipboard not working
Install a clipboard manager for your display server (see Linux Clipboard Support section above).
Build fails with Rust version error
Build fails with Rust version error
Update your Rust toolchain:
Unicode characters not displaying
Unicode characters not displaying
Ensure your terminal supports Unicode and has a font with icon support installed (e.g., Nerd Fonts).
Next Steps
Now that you have Kanban installed, learn how to use it:Quick Start Guide
Learn the basics of creating boards, adding cards, and navigating the interface
