kanboards

command module
v0.0.0-...-c46b31f Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: MIT Imports: 6 Imported by: 0

README

Kanboards - a Kanban CLI app

image

Kanboards is a Trello clone for the CLI designed to be customizable and portable:

  • manage multiple projects
  • add/remove boards and move them around
  • tasks have checklists to further divide work
  • label tasks for categorization
  • import/export to YAML for portability
Install:
  1. Install go and SQLite
  2. Clone the repo and get the dependencies with go get:
  3. Build go build .
  4. Run
Usage:

Commands are written on screen, apart from that:

  • the first time you run kanboards a directory with the same name will be created in your home directory
  • import/export from/to YAML with i and e when at main screen
  • YAML file is placed in the kanboards directory
  • you can only import into an empty DB, if there are already projects loaded i will do nothing

You can just copy the .db file instead of the .yaml one and it will be just as portable, as long as the files are placed in HOME/kanboards/ but i wanted to do something with YAML so there you go. :)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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