{"id":19923810,"url":"https://github.com/porem5002/watodo","last_synced_at":"2025-10-26T14:07:14.926Z","repository":{"id":179905815,"uuid":"664260586","full_name":"Porem5002/watodo","owner":"Porem5002","description":"A small and simple todo list CLI program developed in nim","archived":false,"fork":false,"pushed_at":"2023-07-14T11:03:43.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T02:01:17.789Z","etag":null,"topics":["cli","nim","nimble","todo","todo-cli","todo-list","todoapp","todolist","tool"],"latest_commit_sha":null,"homepage":"","language":"Nim","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/Porem5002.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-07-09T12:23:10.000Z","updated_at":"2023-07-10T13:08:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9d733ca-7de5-488d-966a-5843d9ff725b","html_url":"https://github.com/Porem5002/watodo","commit_stats":null,"previous_names":["porem5002/watodo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Porem5002/watodo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Porem5002%2Fwatodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Porem5002%2Fwatodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Porem5002%2Fwatodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Porem5002%2Fwatodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Porem5002","download_url":"https://codeload.github.com/Porem5002/watodo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Porem5002%2Fwatodo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281114802,"owners_count":26446046,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","nim","nimble","todo","todo-cli","todo-list","todoapp","todolist","tool"],"created_at":"2024-11-12T22:15:31.100Z","updated_at":"2025-10-26T14:07:14.921Z","avatar_url":"https://github.com/Porem5002.png","language":"Nim","readme":"# watodo\n\n![program demonstration](imgs/main.png)\n\nA little program that I made in [nim](https://nim-lang.org/) to try out the language.\n\nThis is a todo list CLI program that allows the user to create tasks and later mark them as done.\n\n## Build\n\nTo build the project on your own machine, make sure you have nim installed correctly and available in your PATH environment variable.\n\nAfter that you run the following command:\n```\n$ nimble build \n```\nWith this command run, a new executable called 'watodo' should have been created, this is the compiled program.  \n\nFinally, it would be a good idea to make sure the executable is available in your PATH environment variable, to make it easier to use in any directory of your computer.\n\n## Usage\nThe program contains a few simple commands:\n- init\n- show\n- add\n- remove\n- finish\n\n### 'init' command\nInitializes a new todo list for the current directory (there can only be 1 todo list per directory) \n\n### 'show' command\nShows all the registered tasks, displaying their __status__(TODO or DONE), __ID__ and the __description__ of the task.\n\n### 'add' command\nAdds a new task to the todo list.\n\nWhen using this command you will need to provide a __description__ for the task, and you can do that like this:\n```bash\n$ watodo add \"Task Description\"\n```\nSo if you want to create a task with the __description__ \"Fix Bugs\", this is the command you will need to type:\n```bash\n$ watodo add \"Fix Bugs\"\n```\n\n### 'remove' command\nRemoves a task from the todo list.\n\nWhen using this command you will need to specify the __ID__ of the task that you want to remove, this is the way to do it:\n```bash\n$ watodo remove ID\n```\nSo if you want to remove a task that has __ID__ of 2, you do it like this:\n```bash\n$ watodo remove 2\n```\n\n### 'finish' command\nMarks a task as finished.\n\nWhen using this command you will need to specify the __ID__ of the task that you want to finish, this is the way to do it:\n```bash\n$ watodo finish ID\n```\nSo if you want to finish a task that has __ID__ of 3, you do it like this:\n```bash\n$ watodo finish 3\n```\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fporem5002%2Fwatodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fporem5002%2Fwatodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fporem5002%2Fwatodo/lists"}