{"id":28988375,"url":"https://github.com/toti1212/todoclif","last_synced_at":"2025-06-24T22:03:06.463Z","repository":{"id":57377563,"uuid":"184491821","full_name":"toti1212/todoclif","owner":"toti1212","description":"⏰ A CLI to tracking your list of pending and not procrastinate anymore","archived":false,"fork":false,"pushed_at":"2019-08-28T17:02:47.000Z","size":328,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-23T17:34:35.012Z","etag":null,"topics":["bash","cli","cli-app","oclif","organization","procrastination","todo","todocli"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/toti1212.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-01T22:51:59.000Z","updated_at":"2020-10-07T11:51:43.000Z","dependencies_parsed_at":"2022-09-26T16:31:20.096Z","dependency_job_id":null,"html_url":"https://github.com/toti1212/todoclif","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/toti1212/todoclif","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toti1212%2Ftodoclif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toti1212%2Ftodoclif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toti1212%2Ftodoclif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toti1212%2Ftodoclif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toti1212","download_url":"https://codeload.github.com/toti1212/todoclif/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toti1212%2Ftodoclif/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261525081,"owners_count":23172360,"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":["bash","cli","cli-app","oclif","organization","procrastination","todo","todocli"],"created_at":"2025-06-24T22:01:48.950Z","updated_at":"2025-06-24T22:03:06.446Z","avatar_url":"https://github.com/toti1212.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# todoclif\n\nA CLI to tracking your list of pending and no procrastinate anymore\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/todoclif.svg)](https://npmjs.org/package/todoclif)\n[![Downloads/week](https://img.shields.io/npm/dw/todoclif.svg)](https://npmjs.org/package/todoclif)\n[![License](https://img.shields.io/npm/l/todoclif.svg)](https://github.com/toti1212/todoclif/blob/master/LICENSE)\n[![License](https://img.shields.io/badge/PR-welcome-brightgreen.svg)](https://github.com/toti1212/todoclif/blob/master/CONTRIBUTING.md)\n\n\u003c!-- toc --\u003e\n\n- [Usage](#usage)\n- [Commands](#commands)\n- [Contributing](#contributing)\n  \u003c!-- tocstop --\u003e\n\n[![asciicast](https://asciinema.org/a/1vZPqGb8ml2iZxUwSo9tFmG30.svg)](https://asciinema.org/a/1vZPqGb8ml2iZxUwSo9tFmG30)\n\n# Usage\n\n\u003c!-- usage --\u003e\n\n```shell\n$ npm install -g todoclif\n\n$ todo COMMAND\nrunning command...\n\n$ todo --help [COMMAND]\n\nUSAGE\n$ todo COMMAND\n...\n```\n\n\u003c!-- usagestop --\u003e\n\n\n# Commands\n\n\u003c!-- commands --\u003e\n\n- [todoclif](#todoclif)\n- [Usage](#usage)\n- [Commands](#commands)\n  - [`📝 todo add \u003cITEM\u003e`](#%f0%9f%93%9d-todo-add-item)\n  - [`🧹 todo clean \u003cLIST_TYPE\u003e \u003cINDEX\u003e`](#%f0%9f%a7%b9-todo-clean-listtype-index)\n  - [`✅ todo done (\u003cINDEX\u003e | all)`](#%e2%9c%85-todo-done-index--all)\n  - [`✍️ todo edit \u003cID\u003e \"\u003cDESC\u003e\"`](#%e2%9c%8d%ef%b8%8f-todo-edit-id-%22desc%22)\n  - [`🏷 todo list (todo|done)`](#%f0%9f%8f%b7-todo-list-tododone)\n  - [`🆘 todo help [COMMAND]`](#%f0%9f%86%98-todo-help-command)\n- [Contributing](#contributing)\n\n## `📝 todo add \u003cITEM\u003e`\n\nAdd an item to complete in your todo list\n\n```\nUSAGE\n  $ todo add \u003cITEM\u003e\n\nARGUMENTS\n  ITEM  Item description\n\nDESCRIPTION\n  ...\n  Example: todo add \"Buy some ☕️ after work\"\n\nALIASES\n  $ todo a\n```\n\n_See code: [src/commands/add.js](https://github.com/toti1212/todoclif/blob/master/src/commands/add.js)_\n\n## `🧹 todo clean \u003cLIST_TYPE\u003e \u003cINDEX\u003e`\n\nClean items list\n\n```\nUSAGE\n  $ todo clean \u003cLIST_TYPE\u003e \u003cINDEX\u003e\n\nOPTIONS\n   a, all   all lists\n   d, done  done list\n   t, todo  todo list\n\nDESCRIPTION\n  ...\n  Example:\n  $ todo clean todo\n  $ todo clean all\n  $ todo clean done 1\n\nALIASES\n  $ todo cl\n  $ todo c\n```\n\n_See code: [src/commands/clean.js](https://github.com/toti1212/todoclif/blob/master/src/commands/clean.js)_\n\n## `✅ todo done (\u003cINDEX\u003e | all)`\n\nMark as done a pending item\n\n```\nUSAGE\n  $ todo done (\u003cINDEX\u003e | all)\n\nARGUMENTS\n  INDEX  Todo item identifier\n  all    Command to mark all items as done\n\nDESCRIPTION\n  ...\n  Example:\n  $ todo done 1\n  $ todo done all\n\nALIASES\n  $ todo d\n```\n\n_See code: [src/commands/done.js](https://github.com/toti1212/todoclif/blob/master/src/commands/done.js)_\n\n## `✍️ todo edit \u003cID\u003e \"\u003cDESC\u003e\"`\n\nEdit a todo item destription\n\n```\nUSAGE\n  $ todo edit \u003cID\u003e \"\u003cDESC\u003e\"\n\nARGUMENTS\n  ID    Item ID identifier\n  DESC  New description\n\nDESCRIPTION\n  ...\n  Example: todo edit 1 \"The new description 🙈\"\n\nALIASES\n  $ todo e\n```\n\n_See code: [src/commands/done.js](https://github.com/toti1212/todoclif/blob/master/src/commands/done.js)_\n\n## `🏷 todo list (todo|done)`\n\nList of pending and done items\n\n```\nUSAGE\n  $ todo list (todo|done)\n\nARGUMENTS\n  TYPE  (todo|done) Items list. You can get pending or done items;\n\nDESCRIPTION\n  ...\n  Example:\n  $ todo list\n  $ todo list todo\n  $ todo list done\n\nALIASES\n  $ todo ls\n  $ todo l\n```\n\n_See code: [src/commands/list.js](https://github.com/toti1212/todoclif/blob/master/src/commands/list.js)_\n\n## `🆘 todo help [COMMAND]`\n\ndisplay help for todo\n\n```\nUSAGE\n  $ todo help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6/src/commands/help.ts)_\n\n\u003c!-- commandsstop --\u003e\n\n# Contributing\n\n\u003c!-- contributing --\u003e\n\nDo you want to contribute? Welcome! [Here is the guideline](https://github.com/toti1212/todoclif/blob/master/CONTRIBUTING.md).\n\n\u003c!-- contributingstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoti1212%2Ftodoclif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoti1212%2Ftodoclif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoti1212%2Ftodoclif/lists"}