feat: adds the promote command
Uses pandas instead of agate, which does not allow for modification
This commit is contained in:
parent
6d22bde91c
commit
f4e1a5f94d
2 changed files with 95 additions and 22 deletions
|
|
@ -1,4 +1,4 @@
|
|||
STATUS,ID,TITLE,DETAILS,TAG,DEADLINE
|
||||
DOING,1,print card,pretty print fixed-width cards given a content,klyban,
|
||||
TODO,2,print table,pretty print set of cards on each column,klyban,
|
||||
TODO,3,nested prints,print cards within cards,klyban,
|
||||
,Unnamed: 0.1,Unnamed: 0,STATUS,ID,TITLE,DETAILS,TAG,DEADLINE
|
||||
0,0,0,DOING,1,print card,pretty print fixed-width cards given a content,klyban,
|
||||
1,1,1,DONE,2,print table,pretty print set of cards on each column,klyban,
|
||||
2,2,2,TODO,3,nested prints,print cards within cards,klyban,
|
||||
|
|
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue