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

what does `kanban show status` do?

Open jowodo opened this issue 2 years ago • 0 comments

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!

jowodo avatar May 30 '23 17:05 jowodo