first commit

This commit is contained in:
Johann Dreo 2023-07-26 22:09:07 +02:00
commit b6a4929d93
2 changed files with 36 additions and 0 deletions

4
.klyban.csv Normal file
View file

@ -0,0 +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,
1 STATUS ID TITLE DETAILS TAG DEADLINE
2 DOING 1 print card pretty print fixed-width cards given a content klyban
3 TODO 2 print table pretty print set of cards on each column klyban
4 TODO 3 nested prints print cards within cards klyban