A simple Kanban board for the terminal.
Find a file
2023-04-25 04:57:24 +01:00
cmd/canal refactoring the ui package 2023-04-22 19:18:47 +01:00
internal refactor: add cards to card column inside newColumn() 2023-04-25 04:57:24 +01:00
magefiles chore: update project 2023-04-22 06:19:50 +01:00
test/databases test: move test databases 2021-08-16 02:48:57 +01:00
.gitignore refactor: project rename 2021-09-25 13:13:41 +01:00
.golangci.yaml refactor: lint fixes with golangci-lint 2021-09-15 10:09:48 +01:00
go.mod chore: update project 2023-04-22 06:19:50 +01:00
go.sum chore: update project 2023-04-22 06:19:50 +01:00
LICENSE refactor: project rename 2021-09-25 13:13:41 +01:00
README.md refactor: project rename 2021-09-25 13:13:41 +01:00

Canal

Summary

Canal is a simple Kanban board for your terminal.

Storage

Data is stored in a BoltDB database. For Linux the default the database file is located at $XDG_DATA_HOME/canal/canal.db If $XDG_DATA_HOME is not set then the default location is $HOME/.local/share/canal/canal.db by default. For all other operating systems the default location is $HOME/.canal/canal.db.

Keybindings

Inspiration

The toukan project.