feat: add show ID

This commit is contained in:
Johann Dreo 2023-07-28 17:11:23 +02:00
commit 00c4731d75
3 changed files with 126 additions and 43 deletions

View file

@ -1,5 +1,5 @@
"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"
1,"TODO","Use click-aliases","To allow for aliases (TBC: user-defined in config file?)","UX","","2023-07-28T17:10:35.635275"
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 0 TODO Use click-option-group To help sort options in categories in help. 2023-07-28T12:04:02.615501
3 1 TODO Use click-aliases To allow for aliases (TBC: user-defined in config file?) UX 2023-07-28T12:05:04.229519 2023-07-28T17:10:35.635275
4 2 TODO edit existing When calling edit, populate defaults with existing data. 2023-07-28T12:07:08.177802
5 3 TODO sanity checks Check data consistency in load_data and save_data. 2023-07-28T12:08:10.272349