Screen.Recording.2024-03-03.at.11.54.14.mov
This is an application that will allow you to create and manage a kanban board.
To install the project using Homebrew:
brew tap alcb1310/alcb1310
brew install kanban
To upgrade from a previous version of the project using Homebrew:
brew update && brew upgrade kanban
- Go - https://golang.org
- Git - https://git-scm.com
To install the project, first clone the repository.
cd ~
git clone https://github.com/alcb1310/kanban
cd kanban
To build the project:
go build main.go
To install the project:
go install main.go
To run the application:
kanban
-
To select an item within a list:
- Press the down arrow key or j to select the next item
- Press the up arrow key or k to select the previous item
-
To move an item to the next list:
- Press the right arrow key or l to move the item to the next list
- Press the left arrow key or h to move the item to the previous list
-
To change an item from one list to another press the space bar
-
To create a new todo item press n
-
To exit the application press ctrl+c
-
To display the help message in the command prompt run
kanban -h
orkanban --help
MIT