Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.58 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.58 KB

GoLang Kanban Project

GoLang Logo

Introduction

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.

Features

  • Simple and intuitive CLI interface.
  • Manage tasks across three columns: To Do, In Progress, and Done.
  • Navigate and modify tasks using keyboard shortcuts.

Installation

To install this project, you need to have Go installed on your system. Follow these steps:

  1. Clone the repository:

  2. Navigate to the project directory and run build

    go build .
  3. Run it

    go run .
    
    

Looks

Screenshot 2023-12-29 at 22 25 20

Usage

Run the application using the following command:

Keyboard Shortcuts

  • Left or h: Move focus to the left column.
  • Right or l: Move focus to the right column.
  • Enter: Move the selected task to the next column.
  • n: Create a new task.
  • Ctrl+C or q: Quit the application.

For more information, please refer to the Bubble Tea and Lip Gloss documentation.