A simple Kanban board for the terminal.
Find a file
2023-02-27 00:51:48 +00:00
cmd/canal chore: updated go module 2023-02-14 07:54:10 +00:00
internal update dependencies and a tiny bit of refactoring 2023-02-27 00:51:48 +00: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 update dependencies and a tiny bit of refactoring 2023-02-27 00:51:48 +00:00
go.sum update dependencies and a tiny bit of refactoring 2023-02-27 00:51:48 +00:00
LICENSE refactor: project rename 2021-09-25 13:13:41 +01:00
magefile.go refactor: project rename 2021-09-25 13:13:41 +01:00
main update dependencies and a tiny bit of refactoring 2023-02-27 00:51:48 +00: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.