This small project is a Kanban board implementation in Go, utilizing the Bubble Tea framework for building modern command-line applications and the Lip Gloss styling library for layout and styling. It's designed to provide a simple and intuitive interface for task management directly from your command line.
- Simple and intuitive CLI interface.
- Manage tasks across three columns: To Do, In Progress, and Done.
- Navigate and modify tasks using keyboard shortcuts.
To install this project, you need to have Go installed on your system. Follow these steps:
-
Clone the repository:
-
Navigate to the project directory and run build
go build . -
Run it
go run .
Run the application using the following command:
Leftorh: Move focus to the left column.Rightorl: Move focus to the right column.Enter: Move the selected task to the next column.n: Create a new task.Ctrl+Corq: Quit the application.
For more information, please refer to the Bubble Tea and Lip Gloss documentation.
