{"id":24603957,"url":"https://github.com/iambasantarai/ttodo","last_synced_at":"2025-03-18T08:43:53.451Z","repository":{"id":273392523,"uuid":"918187112","full_name":"iambasantarai/ttodo","owner":"iambasantarai","description":"i use this","archived":false,"fork":false,"pushed_at":"2025-02-14T08:17:39.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T09:26:32.432Z","etag":null,"topics":["cli","golang","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iambasantarai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-17T12:25:00.000Z","updated_at":"2025-02-14T08:17:42.000Z","dependencies_parsed_at":"2025-01-20T17:27:44.072Z","dependency_job_id":"a5cf686d-03de-4078-8818-65d4b8547c09","html_url":"https://github.com/iambasantarai/ttodo","commit_stats":null,"previous_names":["iambasantarai/ttodo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambasantarai%2Fttodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambasantarai%2Fttodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambasantarai%2Fttodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambasantarai%2Fttodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iambasantarai","download_url":"https://codeload.github.com/iambasantarai/ttodo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244188538,"owners_count":20412977,"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","golang","sqlite"],"created_at":"2025-01-24T15:16:38.157Z","updated_at":"2025-03-18T08:43:53.446Z","avatar_url":"https://github.com/iambasantarai.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ttodo\n\nTODO management CLI application.\n\n## Usage\n\n### Prerequisites\n\n- [Go](https://go.dev/)\n- [SQLite](https://www.sqlite.org/)\n\n### Installation\n\n```bash\n$ git clone \u003crepo-url\u003e\n$ cd ttodo\n\n# With go itself\n$ go build -o bin/ttodo\n\n# With Makefile\n$ make build\n\n# Running the application\n$ ./bin/ttodo\n```\n\n### Help menu\n\n```bash\nUsage:\n  todo \u003ccommand\u003e [options]\n\nCommands:\n  add       -t \"Title\"           Add a new todo\n  toggle    -i ID                Toggle completion status of a todo\n  update    -i ID -t \"New Title\" Update a todo title\n  remove    -i ID                Remove a todo\n  clean                          Remove completed todos\n  list                           Show all todos\n  help, --help, -h               Show help menu\n```\n\nFor convenience, you can set up an alias. It is my preferred way ;)\n\n```bash\nalias ttodo='./Code/ttodo/bin/ttodo'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiambasantarai%2Fttodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiambasantarai%2Fttodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiambasantarai%2Fttodo/lists"}