A simple Kanban board for the terminal.
Find a file
2023-05-06 12:49:40 +01:00
cmd/pelican feat: add the pelican project 2023-05-06 12:49:40 +01:00
internal feat: add the pelican project 2023-05-06 12:49:40 +01:00
magefiles feat: add the pelican project 2023-05-06 12:49:40 +01:00
test/databases feat: add the pelican project 2023-05-06 12:49:40 +01:00
.gitignore feat: add the pelican project 2023-05-06 12:49:40 +01:00
.golangci.yaml feat: add the pelican project 2023-05-06 12:49:40 +01:00
go.mod feat: add the pelican project 2023-05-06 12:49:40 +01:00
go.sum feat: add the pelican project 2023-05-06 12:49:40 +01:00
LICENSE feat: add the pelican project 2023-05-06 12:49:40 +01:00
README.md feat: add the pelican project 2023-05-06 12:49:40 +01:00

Pelican

Summary

Pelican 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.