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
- Host: GitHub
- URL: https://github.com/witchard/toukan
- Owner: witchard
- License: mit
- Archived: true
- Created: 2018-08-05T21:06:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:55:48.000Z (over 3 years ago)
- Last Synced: 2025-03-30T06:02:05.350Z (over 1 year ago)
- Topics: go, golang, kanban, kanban-board, terminal, terminal-based
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 19
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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