kanben

Crates.iokanben
lib.rskanben
version0.1.3
sourcesrc
created_at2020-06-09 17:06:40.65734
updated_at2020-06-10 09:09:55.714829
descriptionkanban for the terminal
homepage
repositoryhttps://github.com/benbrunton/kanben/
max_upload_size
id251964
size107,696
Ben Brunton (benbrunton)

documentation

README

Kanben

Kanban for Ben, by Ben. A personal, no-frills kanban tool for the terminal.

Usage

kanben                      # lists top priority work
kanben add <title>          # creates a new work item
kanban edit <title>         # allows editing task description
kanben view <title>         # lists all info in <title>
kanben start <title>        # moves <title> into doing
kanben complete <title>     # moves <title> into done
kanben delete <title>       # individual delete
kanben clear-done           # clears done column
kanben now                  # outputs in-progress tasks
kanben tag <title> <tag>    # adds a tag to a task
kanben top <title>          # move task to top of list

Install

with Cargo

cargo install kanben

Autocomplete

source autocomplete.sh to enable autocomplete

Commit count: 47

cargo fmt