Skip to content

command line kanban built using the BubbleTea framework

Notifications You must be signed in to change notification settings

zerovirus123/cli_kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

command line kanban built using the BubbleTea framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages