An open API service indexing awesome lists of open source software.

https://github.com/witchard/toukan

A simple Kanban board for your terminal
https://github.com/witchard/toukan

go golang kanban kanban-board terminal terminal-based

Last synced: 6 months ago
JSON representation

A simple Kanban board for your terminal

Awesome Lists containing this project

README

          

# toukan

Archiving as I don't intend to work on this anymore. Alternatives:
* https://github.com/cklukas/todo (fork of this repo)
* https://github.com/coderofsalvation/kanban.bash
* https://github.com/charmbracelet/kancli

A simple Kanban board for your terminal.

Stores data in a simple JSON document in $HOME/.toukan.json.

Keys:

* a: Add item
* d: Delete item
* e: Edit item
* n: View/edit notes for item
* q: Quit
* Enter: Select / deselect item (selected items can be moved)
* Arrows: Move around
* Tab: Move in forms