feat: add status
- real .klyban.csv - real .klyban.conf
This commit is contained in:
parent
ff2d313fea
commit
68915c9d2f
3 changed files with 76 additions and 32 deletions
15
.klyban.conf
Normal file
15
.klyban.conf
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
[options]
|
||||
status_key = STATUS
|
||||
id_key = ID
|
||||
title_key = TITLE
|
||||
details_key = DETAILS
|
||||
tags_key = TAGS
|
||||
deadline_key = DEADLINE
|
||||
show_keys = ID,TITLE,DETAILS,DEADLINE,TAGS
|
||||
|
||||
[options.add]
|
||||
details = ""
|
||||
tags = ""
|
||||
deadline = ""
|
||||
status = TODO
|
||||
Loading…
Add table
Add a link
Reference in a new issue