A simple Kanban board for the terminal.
Find a file
Dan Anglin 155dab0918
Some checks failed
/ test (pull_request) Successful in 28s
/ lint (pull_request) Failing after 3m41s
chore: project maintenance
Changes:

- Changed README from Markdown to Asciidoc
- Updated go.mod and go.sum
- Updated magefiles for CI
- Added workflow for Forgejo Actions
2023-12-12 10:05:25 +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 feat: add the pelican project 2023-05-06 12:49:40 +01: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 chore: project maintenance 2023-12-12 10:05:25 +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