{"id":32648658,"url":"https://github.com/wasabina67/rust-todo-cli","last_synced_at":"2026-07-01T12:31:33.430Z","repository":{"id":318759026,"uuid":"1076076468","full_name":"wasabina67/rust-todo-cli","owner":"wasabina67","description":"Rust Todo cli","archived":false,"fork":false,"pushed_at":"2025-10-15T22:56:12.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-31T06:46:07.877Z","etag":null,"topics":["rust","todo-cli"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/wasabina67.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-14T11:21:31.000Z","updated_at":"2025-10-15T22:56:16.000Z","dependencies_parsed_at":"2025-10-15T06:39:25.044Z","dependency_job_id":"9c43c57e-5f34-41e5-ba7f-fac056fc4ff5","html_url":"https://github.com/wasabina67/rust-todo-cli","commit_stats":null,"previous_names":["wasabina67/rust-todo-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wasabina67/rust-todo-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabina67%2Frust-todo-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabina67%2Frust-todo-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabina67%2Frust-todo-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabina67%2Frust-todo-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wasabina67","download_url":"https://codeload.github.com/wasabina67/rust-todo-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabina67%2Frust-todo-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35007274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"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":["rust","todo-cli"],"created_at":"2025-10-31T06:45:53.139Z","updated_at":"2026-07-01T12:31:33.424Z","avatar_url":"https://github.com/wasabina67.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-todo-cli\nRust Todo cli\n\n## Init\n\n```bash\ncargo init\n```\n\n## Add dependencies\n\n```bash\ncargo add serde --features derive\ncargo add clap --features derive\ncargo add serde_json\ncargo add dirs\n```\n\n## Usage\n\n### Add\n\n```bash\ncargo run -- add \"task-abc\"\n```\n\n### List\n\n```bash\ncargo run -- list\n```\n\n### Complete\n\n```bash\ncargo run -- complete 1\n```\n\n### Remove\n\n```bash\ncargo run -- remove 1\n```\n\n### Help\n\n```bash\ncargo run -- --help\n```\n\n## Build\n\n```bash\ncargo build\n```\n\n```bash\ncargo build --release\n```\n\n## Run\n\n```bash\ncargo run -- list\n```\n\n```bash\n./target/release/todo-cli list\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasabina67%2Frust-todo-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwasabina67%2Frust-todo-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasabina67%2Frust-todo-cli/lists"}