# Pelican ## Summary Pelican is a simple Kanban board for your terminal. ## Storage Data is stored in a [BoltDB](https://github.com/etcd-io/bbolt) 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](https://github.com/witchard/toukan).