kanban.bash icon indicating copy to clipboard operation
kanban.bash copied to clipboard

commandline asciii kanban board for minimalist productivity hackers & managers (csv-based) #scriptable #nestable #statistics #singlefile #shellscript

Results 15 kanban.bash issues
Sort by recently updated
recently updated
newest added

Some Linux terminals like xterm, xterm-256 do not have the `normal` capability (e.g. see `infocmp xterm`). This diff will suppress the stderr output on each `kanban` invocation. --- Note: Depending...

STEPS: - Tried to "kanban 1" (editing of id 1) on a machine where $EDITOR was not set. EXPECTED: - Some error message that is meaningful for missing variable HAPPENS:...

Tried to run it, complained about needing gawk-cmd Ran brew install gawk Then ran kanban, got following error: conditional binary operator expected kanban: line 222: syntax error near `"maximum_todo[$status]"' kanban:...

I don't know enough to implement it myself, but have a need and idea to be able to add labels to tasks and get them colour-coded to easier distinguish between...

I got this warning from tput everytime I run `kanban` tput: unknown terminfo capability 'normal' The tput command within the `trap` has a weird syntax which is not correct (at...

`tput: unknown terminfo capability 'normal'` Appears after every invocation. ``` $ uname -a Linux m4ch1n4 5.4.38-gentoo #2 SMP Fri Jun 5 14:48:09 2020 x86_64 Intel(R) Core(TM) i5 CPU 660 @...

Would it be worth considering adding awareness of the data store files being in a git repo and do relevant pull, add commit and push actions when the state changes...

I created a new entry with `kanban add` and write a new (first) tag. Then, when I list tag with `kanban tags` my tag doesn't appear. Then I write new...