fix indexing issues
- add --show-headers general option.
This commit is contained in:
parent
b26e384000
commit
ff2d313fea
2 changed files with 103 additions and 49 deletions
15
.klyban.csv
15
.klyban.csv
|
|
@ -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","","",""
|
||||
|
|
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue