Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 502 Bytes

File metadata and controls

24 lines (21 loc) · 502 Bytes

PyTodo

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