kanban.bash
kanban.bash copied to clipboard
what does `kanban show status` do?
Hi!
thanks for creating and maintaining this awesome piece of software!
What does kanban show status do? Or what is it supposed to do? This is my experience:
[pur@lithium ~]$ kanban show
┌──────┐ ┌──────┐ ┌───────┐ ┌──────┐ ┌───────┐ ┌─────────┐
│ TODO │_______ │ HOLD │_______ │ DOING │_______ │ DONE │_______ │ NOTES │_______ │ BACKLOG │_____
│ │ │ │ │ │
│ 2 #linu encr │ 1 #test 1
│ 3 #test test
[pur@lithium ~]$ kanban show status
/home/pur/.local/bin/kanban: line 256: cd: status: No such file or directory
[kanban] showing nested kanban 'status'
┌──────┐ ┌──────┐ ┌───────┐ ┌──────┐ ┌───────┐ ┌─────────┐
│ TODO │_______ │ HOLD │_______ │ DOING │_______ │ DONE │_______ │ NOTES │_______ │ BACKLOG │_____
│ │ │ │ │ │
│ 2 #linu encr │ 1 #test 1
│ 3 #test test
[pur@lithium ~]$
Could this maybe be some code relating to old config? Thanks!