feat: add status

- real .klyban.csv
- real .klyban.conf
This commit is contained in:
Johann Dreo 2023-07-28 12:08:36 +02:00
commit 68915c9d2f
3 changed files with 76 additions and 32 deletions

View file

@ -1,9 +1,5 @@
"ID","STATUS","TITLE","DETAILS","TAGS","DEADLINE"
1,"DOING","print card","pretty print fixed-width cards given a content","klyban",""
2,"TODO","print table","pretty print set of cards on each column","klyban",""
3,"TODO","nested prints","print cards within cards","klyban",""
4,"TODO","a test","","",""
5,"TODO","another test","","",""
6,"TODO","another test","","",""
7,"TODO","anothering test","","",""
8,"TODO","anothering test","","",""
"ID","STATUS","TITLE","DETAILS","TAGS","DEADLINE","TOUCHED"
0,"TODO","Use click-option-group","To help sort options in categories in help.","","","2023-07-28T12:04:02.615501"
1,"TODO","Use click-aliases","To allow for aliases (TBC: user-defined in config file?)","","","2023-07-28T12:05:04.229519"
2,"TODO","edit existing","When calling edit, populate defaults with existing data.","","","2023-07-28T12:07:08.177802"
3,"TODO","sanity checks","Check data consistency in load_data and save_data.","","","2023-07-28T12:08:10.272349"

1 ID STATUS TITLE DETAILS TAGS DEADLINE TOUCHED
2 1 0 DOING TODO print card Use click-option-group pretty print fixed-width cards given a content To help sort options in categories in help. klyban 2023-07-28T12:04:02.615501
3 2 1 TODO print table Use click-aliases pretty print set of cards on each column To allow for aliases (TBC: user-defined in config file?) klyban 2023-07-28T12:05:04.229519
4 3 2 TODO nested prints edit existing print cards within cards When calling edit, populate defaults with existing data. klyban 2023-07-28T12:07:08.177802
5 4 3 TODO a test sanity checks Check data consistency in load_data and save_data. 2023-07-28T12:08:10.272349
5 TODO another test
6 TODO another test
7 TODO anothering test
8 TODO anothering test