Data files are hosted in ~/.todo
.
For now, the files that exist are as follows:
List of Lists: ~/.todo/lists.yml
- 'testlist'
Sample List: ~/.todo/testlist.hml
name: testlist
tasks:
- task: Fetch the dog
description: Go get fluffy from the groomer
finished: false
- task: Grab the mail
description: We are expecting a package from Amazon
finished: true
- task: Eat dinner
description: We are having mashed potatos
finished: false