Cheatography
https://cheatography.com
Configuration and daily use instructions with examples for Kanban Bash. https://github.com/coderofsalvation/kanban.bash
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Install
curl -LO "https://raw.githubusercontent.com/coderofsalvation/kanban.bash/master/kanban"
chmod 755 ./kanban
./kanban init
|
|
Configuration
- Config file: .kanban/.kanban.conf
That file and the .kanban folder are created in your local directory when you run kanban init.
- Board size: The board resizes automatically according to terminal width.
The terminal size from which Kanban Bash switches to its Small Size display is configured in file .kanban/.kanban.conf
Look for XSMALL=
- Columns / Statuses: They can be configured easily in the file .kanban/.kanban.conf
Look for statuses=
Advice: Use single-word statuses names in order to improve readability. |
Daily usage
Create new card |
kanban add |
List cards |
kanban list |
Read board |
kanban show |
|