{"id":20604414,"url":"https://github.com/heybran/gtodo","last_synced_at":"2025-08-05T16:25:37.938Z","repository":{"id":161856729,"uuid":"615688854","full_name":"heybran/gtodo","owner":"heybran","description":"A simple Golang CLI TODO app.","archived":false,"fork":false,"pushed_at":"2023-06-03T23:48:00.000Z","size":453,"stargazers_count":21,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T14:11:22.003Z","etag":null,"topics":["cli","cli-app","golang","todo-app"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heybran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-03-18T11:47:12.000Z","updated_at":"2025-03-21T16:29:28.000Z","dependencies_parsed_at":"2024-11-16T09:23:42.154Z","dependency_job_id":"6575b22a-3bf8-49af-b71c-1862a708d6ac","html_url":"https://github.com/heybran/gtodo","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heybran%2Fgtodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heybran%2Fgtodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heybran%2Fgtodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heybran%2Fgtodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heybran","download_url":"https://codeload.github.com/heybran/gtodo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248992650,"owners_count":21195089,"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","cli-app","golang","todo-app"],"created_at":"2024-11-16T09:23:02.294Z","updated_at":"2025-04-15T02:25:05.832Z","avatar_url":"https://github.com/heybran.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\n  \u003cimg src=\"https://github.com/heybran/gtodo/blob/main/screenshot.png\"\u003e\n\u003c/p\u003e\n\n# Go CLI Todo App\nThis is a simple command-line todo application written in Go. It allows you to create, read, update, and delete tasks into/from a local JSON file.\n\n## Installation\nTo install the application, you will need to have Go installed on your system. Once you have installed Go, you can download and install the application using the following command:\n\n```bash\ngo install github.com/heybran/gtodo@latest\n```\nThis will download the source code and install the application in your `$GOPATH/bin` directory.\n\n## Usage\nBe sure to run `gtodo init` to generate an empty JSON file in your home directory to store todo tasks.\n\nTo use the application, simply run the `gtodo` command followed by one of the following subcommands:\n\n- `add`: Add a new task.\n- `list`: List all tasks.\n- `update`: Update the details of an existing task.\n- `delete`: Delete a task.\n\nEach subcommand has its own set of options and arguments. Here are some examples of how to use the application:\n\n```bash\n# Add a new task\ngtodo add -task \"Recording tutorials on web components :host selector\" -cat \"Tutorial\"\n\n# List all tasks\ngtodo list\ngtodo list -done 1 # list tasks that are completed\ngtodo list -done 1 -cat \"Project\" # list tasks that are completed and belong to category \"Project\"\n\n# Update an existing task\ngtodo update -id 1 -task \"Hrmm, maybe write a blog post about :host selector instead\"\ngtodo update -id 1 -cat \"Blog\"\n\n# Delete a task\ngtodo delete -id 1\n```\n\n## Uninstall\nTo uninstall the gtodo CLI app that you installed using ﻿go install, you can run the following command in your terminal:\n\n```bash\ngo clean -i github.com/heybran/gtodo\n```\n\nThis will remove the gtodo binary from your `$GOPATH/bin` directory. If you want to remove the source code as well, you can delete the directory `$GOPATH/src/github.com/heybran/gtodo`.\n  \n## Contributing\nIf you find a bug or have a feature request, please open an issue on the GitHub repository. Pull requests are also welcome!\n\n## License\nThis application is licensed under the MIT License. See the ﻿LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheybran%2Fgtodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheybran%2Fgtodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheybran%2Fgtodo/lists"}