A simple Kanban board for the terminal.
Find a file
2021-09-15 10:23:19 +01:00
test/databases test: move test databases 2021-08-16 02:48:57 +01:00
.gitignore test: move test databases 2021-08-16 02:48:57 +01:00
.golangci.yaml refactor: lint fixes with golangci-lint 2021-09-15 10:09:48 +01:00
db.go refactor: lint fixes with golangci-lint 2021-09-15 10:09:48 +01:00
db_internal_test.go checkpoint: read/initialise statuses 2021-09-15 10:23:19 +01:00
errors.go refactor: lint fixes with golangci-lint 2021-09-15 10:09:48 +01:00
go.mod chore: update module 2021-08-29 16:06:53 +01:00
go.sum build: add a simple magefile 2021-08-18 01:40:12 +01:00
kanban.go checkpoint: read/initialise statuses 2021-09-15 10:23:19 +01:00
LICENSE Add LICENSE 2021-08-12 18:39:29 +00:00
magefile.go refactor: lint fixes with golangci-lint 2021-09-15 10:09:48 +01:00
main.go fix: add main function 2021-08-16 02:41:31 +01:00
README.md feat: add database functions 2021-08-16 01:56:56 +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/pelican/pelican.db If $XDG_DATA_HOME is not set then the default location is $HOME/.local/share/pelican/pelican.db by default. For all other operating systems the default location is $HOME/.pelican/pelican.db.

Keybindings

Inspiration

The toukan project.