Skip to content

alcb1310/kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanban App

Preview

Screen.Recording.2024-03-03.at.11.54.14.mov

Description

This is an application that will allow you to create and manage a kanban board.

Installation

Using Homebrew

To install the project using Homebrew:

brew tap alcb1310/alcb1310
brew install kanban

Upgrade

To upgrade from a previous version of the project using Homebrew:

brew update && brew upgrade kanban

Build Steps

Prerequisites

Installation

To install the project, first clone the repository.

cd ~
git clone https://github.com/alcb1310/kanban
cd kanban

To build the project:

go build main.go

To install the project:

go install main.go

Usage

To run the application:

kanban
  • To select an item within a list:

    • Press the down arrow key or j to select the next item
    • Press the up arrow key or k to select the previous item
  • To move an item to the next list:

    • Press the right arrow key or l to move the item to the next list
    • Press the left arrow key or h to move the item to the previous list
  • To change an item from one list to another press the space bar

  • To create a new todo item press n

  • To exit the application press ctrl+c

  • To display the help message in the command prompt run kanban -h or kanban --help

Tech Stack

Go SQLite

License

MIT