{"id":16610920,"url":"https://github.com/shalldie/todo-cli-js","last_synced_at":"2026-04-17T14:31:52.515Z","repository":{"id":57689688,"uuid":"140526548","full_name":"shalldie/todo-cli-js","owner":"shalldie","description":"A todo manager on the command-line interface.","archived":false,"fork":false,"pushed_at":"2022-04-02T06:58:01.000Z","size":582,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-17T05:49:59.032Z","etag":null,"topics":["cli","todo"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/shalldie.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}},"created_at":"2018-07-11T05:37:35.000Z","updated_at":"2023-04-01T01:56:55.000Z","dependencies_parsed_at":"2022-09-26T20:53:42.033Z","dependency_job_id":null,"html_url":"https://github.com/shalldie/todo-cli-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalldie%2Ftodo-cli-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalldie%2Ftodo-cli-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalldie%2Ftodo-cli-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shalldie%2Ftodo-cli-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shalldie","download_url":"https://codeload.github.com/shalldie/todo-cli-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242608472,"owners_count":20157360,"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","todo"],"created_at":"2024-10-12T01:33:45.935Z","updated_at":"2026-04-17T14:31:47.466Z","avatar_url":"https://github.com/shalldie.png","language":"TypeScript","readme":"# todo-cli-js\n\nA todo manager on the command-line interface.\n\n[![Npm Version](https://img.shields.io/npm/v/todo-cli-js.svg?logo=npm\u0026style=flat-square)](https://www.npmjs.com/package/todo-cli-js)\n[![Build Status](https://img.shields.io/github/workflow/status/shalldie/todo-cli-js/ci?label=build\u0026logo=github\u0026style=flat-square)](https://github.com/shalldie/todo-cli-js/actions)\n[![License](https://img.shields.io/github/license/shalldie/todo-cli-js?logo=github\u0026style=flat-square)](https://github.com/shalldie/todo-cli-js)\n\n\u003c!-- toc --\u003e\n* [todo-cli-js](#todo-cli-js)\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n\n# Usage\n\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g todo-cli-js\n$ todo COMMAND\nrunning command...\n$ todo (--version)\ntodo-cli-js/0.0.7 linux-x64 node-v16.14.2\n$ todo --help [COMMAND]\nUSAGE\n  $ todo COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n\n# Commands\n\n\u003c!-- commands --\u003e\n* [`todo add`](#todo-add)\n* [`todo edit`](#todo-edit)\n* [`todo help [COMMAND]`](#todo-help-command)\n* [`todo ls`](#todo-ls)\n* [`todo rm`](#todo-rm)\n\n## `todo add`\n\nAdd a todo item.\n\n```\nUSAGE\n  $ todo add -d \u003cvalue\u003e [-s done|undone] [-t \u003cvalue\u003e]\n\nFLAGS\n  -d, --description=\u003cvalue\u003e   (required) Description of todo.\n  -s, --status=(done|undone)  [default: undone] Status of todo's.\n  -t, --tags=\u003cvalue\u003e          Tags of todo.\n\nDESCRIPTION\n  Add a todo item.\n\nEXAMPLES\n  $ todo add -d 'A new todo.'\n```\n\n_See code: [dist/commands/add/index.ts](https://github.com/shalldie/todo-cli-js/blob/v0.0.7/dist/commands/add/index.ts)_\n\n## `todo edit`\n\nList todo items.\n\n```\nUSAGE\n  $ todo edit -i \u003cvalue\u003e [-s all|done|undone] [-t \u003cvalue\u003e] [-d \u003cvalue\u003e]\n\nFLAGS\n  -d, --description=\u003cvalue\u003e       Description of todo.\n  -i, --id=\u003cvalue\u003e                (required) Id of todo.\n  -s, --status=(all|done|undone)  Status of todos'.\n  -t, --tags=\u003cvalue\u003e              Tags of todo.\n\nDESCRIPTION\n  List todo items.\n\nEXAMPLES\n  $ todo edit -i 233 -s done -d \"A new description\"\n```\n\n_See code: [dist/commands/edit/index.ts](https://github.com/shalldie/todo-cli-js/blob/v0.0.7/dist/commands/edit/index.ts)_\n\n## `todo help [COMMAND]`\n\nDisplay help for todo.\n\n```\nUSAGE\n  $ todo help [COMMAND] [-n]\n\nARGUMENTS\n  COMMAND  Command to show help for.\n\nFLAGS\n  -n, --nested-commands  Include all nested commands in the output.\n\nDESCRIPTION\n  Display help for todo.\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.12/src/commands/help.ts)_\n\n## `todo ls`\n\nList todo items.\n\n```\nUSAGE\n  $ todo ls [-i \u003cvalue\u003e] [-s all|done|undone] [-t \u003cvalue\u003e] [-d \u003cvalue\u003e]\n\nFLAGS\n  -d, --description=\u003cvalue\u003e       Description of todo.\n  -i, --id=\u003cvalue\u003e                Id of todo.\n  -s, --status=(all|done|undone)  [default: undone] Status of todos'.\n  -t, --tags=\u003cvalue\u003e              Tags of todo.\n\nDESCRIPTION\n  List todo items.\n\nEXAMPLES\n  $ todo ls -s all\n```\n\n_See code: [dist/commands/ls/index.ts](https://github.com/shalldie/todo-cli-js/blob/v0.0.7/dist/commands/ls/index.ts)_\n\n## `todo rm`\n\nRemove a todo item.\n\n```\nUSAGE\n  $ todo rm [-i \u003cvalue\u003e]\n\nFLAGS\n  -i, --id=\u003cvalue\u003e  Id of todo.\n\nDESCRIPTION\n  Remove a todo item.\n\nEXAMPLES\n  $ todo rm -i 233\n```\n\n_See code: [dist/commands/rm/index.ts](https://github.com/shalldie/todo-cli-js/blob/v0.0.7/dist/commands/rm/index.ts)_\n\u003c!-- commandsstop --\u003e\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshalldie%2Ftodo-cli-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshalldie%2Ftodo-cli-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshalldie%2Ftodo-cli-js/lists"}