A simple Kanban board for the terminal.
Find a file
Dan Anglin cf586a2b1d
All checks were successful
/ test (pull_request) Successful in 30s
/ lint (pull_request) Successful in 35s
ci(lint): allow failing lint test for now
2023-12-12 10:18:05 +00:00
.forgejo/workflows chore: project maintenance 2023-12-12 10:05:25 +00: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 chore: project maintenance 2023-12-12 10:05:25 +00: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 ci(lint): allow failing lint test for now 2023-12-12 10:18:05 +00:00
go.mod chore: project maintenance 2023-12-12 10:05:25 +00:00
go.sum chore: project maintenance 2023-12-12 10:05:25 +00:00
LICENSE feat: add the pelican project 2023-05-06 12:49:40 +01:00
README.asciidoc ci(lint): allow failing lint test for now 2023-12-12 10:18:05 +00:00

Pelican

Summary

This project is WIP and is not meant for production use

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

TBC

Inspiration