{"id":17976760,"url":"https://github.com/unixzii/zodo","last_synced_at":"2025-10-07T19:49:41.530Z","repository":{"id":180460833,"uuid":"665174457","full_name":"unixzii/zodo","owner":"unixzii","description":"A minimalist CLI todo list.","archived":false,"fork":false,"pushed_at":"2023-07-11T17:10:11.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-23T19:45:52.576Z","etag":null,"topics":["cli","minimal","todolist","tools","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/unixzii.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-11T15:45:16.000Z","updated_at":"2023-07-28T02:32:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"82ca69ae-ff2a-4e9c-81af-284147ab31c7","html_url":"https://github.com/unixzii/zodo","commit_stats":null,"previous_names":["unixzii/zodo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/unixzii/zodo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unixzii%2Fzodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unixzii%2Fzodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unixzii%2Fzodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unixzii%2Fzodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unixzii","download_url":"https://codeload.github.com/unixzii/zodo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unixzii%2Fzodo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278838019,"owners_count":26054720,"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-07T02:00:06.786Z","response_time":59,"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","minimal","todolist","tools","zig"],"created_at":"2024-10-29T17:25:00.098Z","updated_at":"2025-10-07T19:49:41.497Z","avatar_url":"https://github.com/unixzii.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zodo\n\nA minimalist CLI todo list.\n\n## Usage\n\n```\nUsage: zodo [command] [options]\n\nCommands:\n  add [contents]        Add a todo item\n  rm [item_id]          Remove a todo item\n  ls                    List all the todo items\n```\n\n## Install\n\n### Via GitHub Releases\n\nGo to [release page](https://github.com/unixzii/zodo/releases), click on `Assets` at the bottom to show the binary files available for downloading.\n\n### Build Locally\n\nPrerequisite:\n\n- Zig 0.10.0 or newer\n\nClone this repository and run the commands below:\n\n```shell\ncd zodo\nzig build\n```\n\nThe build artifact is at `./zig-out/bin` directory. To build in release mode, run `zig build -Drelease-small=true`.\n\n## FAQ\n\n### Where is the database file?\n\nThe database file is `.zodo_db` at your home directory. This is the only file created by `zodo`, you can safely delete it when the program no longer used.\n\n### Why is the database file getting larger and larger?\n\nThe database is stored as an append-only journal file. For performance considerations, existing record lines will not be touched once appended. As a benefit, all your history data are preserved in the journal file, and you can view it with any text editor.\n\nIn the future, we can provide a command to prune your database by reconstructing the whole journal file.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funixzii%2Fzodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funixzii%2Fzodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funixzii%2Fzodo/lists"}