kanban

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2024 License: MIT Imports: 1 Imported by: 0

README

Kanban App

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:

make build

To install the project:

make install

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

Tech Stack

Go SQLite

License

MIT

Documentation

Overview

Copyright © 2024 NAME HERE <EMAIL ADDRESS>

Directories

Path Synopsis
cmd
tui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL