{"id":21261539,"url":"https://github.com/chenasraf/dart_todo","last_synced_at":"2025-08-09T04:23:31.909Z","repository":{"id":56841357,"uuid":"328832445","full_name":"chenasraf/dart_todo","owner":"chenasraf","description":"A fully fledged, simple to use to do terminal app with a GUI","archived":false,"fork":false,"pushed_at":"2021-01-12T23:32:41.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T22:11:24.499Z","etag":null,"topics":["cli","dart","todo"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/todo_cli","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chenasraf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-12T00:56:38.000Z","updated_at":"2021-01-13T09:49:25.000Z","dependencies_parsed_at":"2022-08-29T12:50:45.168Z","dependency_job_id":null,"html_url":"https://github.com/chenasraf/dart_todo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenasraf%2Fdart_todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenasraf%2Fdart_todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenasraf%2Fdart_todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenasraf%2Fdart_todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chenasraf","download_url":"https://codeload.github.com/chenasraf/dart_todo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243695589,"owners_count":20332629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","dart","todo"],"created_at":"2024-11-21T04:43:42.668Z","updated_at":"2025-03-15T07:12:23.478Z","avatar_url":"https://github.com/chenasraf.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dart_todo\n\nA fully fledged, simple to use to do terminal app with a GUI. Written in dart.\n\n## Getting started\n\n```bash\n# add todo\ntodo -a Pet the cat\ntodo --add Pet the cat\ntodo a Pet the cat\ntodo add Pet the cat\ntodo -f path/to/todo.md a Pet the cat\n\n# use gui to manage todos\ntodo\ntodo -f path/to/todo.md\n```\n\n## Example file\n\nThe default file is `.todo` in the current directory, but one can be specified with the `-f` argument.\n\nIt is a \"markdown\"-like file, with only an unordered list of checkboxes, so it can be directly parsed by other software,\nif needed.\n\n```plaintext\n- [x] done\n- [ ] not done\n```\n\n## Command line options\n\n| Option          | Description                                                                       | Default | Example                    |\n| :-------------- | :-------------------------------------------------------------------------------- | :-----: | :------------------------- |\n| `--add`, `-a`   | The dashes are optional. Adds a todo entry to the file.                           |  None   | `todo a My todo title`     |\n| `--file`, `-f`  | Specify path to use. May be relative path or absolute path.                       | `.todo` | `todo -f my/todo.md`       |\n| `--quiet`, `-q` | Will not echo results in operations, such as confirmation for adding to do entry. |  false  | `todo -q -a My todo title` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenasraf%2Fdart_todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchenasraf%2Fdart_todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenasraf%2Fdart_todo/lists"}