feat: adds the promote command

Uses pandas instead of agate, which does not allow for modification
This commit is contained in:
Johann Dreo 2023-07-27 10:38:22 +02:00
commit f4e1a5f94d
2 changed files with 95 additions and 22 deletions

View file

@ -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,

1 Unnamed: 0.1 Unnamed: 0 STATUS ID TITLE DETAILS TAG DEADLINE
2 0 0 0 DOING 1 print card pretty print fixed-width cards given a content klyban
3 1 1 1 TODO DONE 2 print table pretty print set of cards on each column klyban
4 2 2 2 TODO 3 nested prints print cards within cards klyban