/cli_kanban

command line kanban built using the BubbleTea framework

Primary LanguageGo

CLI_Kanban

example

A simple command line interface based Kanban board built using BubbleTea. BubbleTea is a framework for building terminal apps.

Tasks can be moved to the next column. The app also supports task addition and deletion. Persistence is achieved with the storage.json file.

Usage

Make sure that Go is installed on your machine. Guides for installing Go for different platforms can be found here.

To run the program, type go run ..

Use the left/right or A/D keys to move between lists.

Use the up/down buttons to move between tasks.

Press Enter to move a selected task to the next column.

Use the n button to open a task form.

Use the x button to delete the focused task.

Press q to quit the kanban board.