fix indexing issues

- add --show-headers general option.
This commit is contained in:
Johann Dreo 2023-07-28 11:36:15 +02:00
commit ff2d313fea
2 changed files with 103 additions and 49 deletions

View file

@ -1,6 +1,9 @@
"STATUS","ID","TITLE","DETAILS","TAGS","DEADLINE"
"DOING",1.0,"print card","pretty print fixed-width cards given a content","klyban",""
"TODO",2.0,"print table","pretty print set of cards on each column","klyban",""
"TODO",3.0,"nested prints","print cards within cards","klyban",""
"TODO",4.0,"and yet another test","","",""
"TODO",5.0,"what","the fuck","",""
"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","","",""

1 ID STATUS TITLE DETAILS TAGS DEADLINE
2 1.0 1 DOING print card pretty print fixed-width cards given a content klyban
3 2.0 2 TODO print table pretty print set of cards on each column klyban
4 3.0 3 TODO nested prints print cards within cards klyban
5 4.0 4 TODO and yet another test a test
6 5.0 5 TODO what another test the fuck
7 6 TODO another test
8 7 TODO anothering test
9 8 TODO anothering test