8000 GitHub - Tresky/pytodo: Python-based command-line tool for managing todo lists.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tresky/pytodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python-based command-line tool for managing todo lists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0