Skip to content

asp3cto/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple TODO CLI for a developer

Install

Create a config ~/.todo in YAML format and specify the storage location (sqlite):

todos_file: <your_sqlite_db_path>
github_token: <your_github_token>
go install .

For help, type:

todo --help