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