{"_id":"@amrqhz/todo","name":"@amrqhz/todo","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@amrqhz/todo","version":"1.0.0","description":"A beautiful terminal-based todo application with timestamps and progress tracking","main":"todo.js","bin":{"todo":"todo.js"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"keywords":["todo","todoapp","todo-cli","terminal","cli","productivity"],"author":{"name":"amrqhz","email":"amrqhz.github.io"},"license":"ISC","type":"commonjs","repository":{"type":"git","url":"git+https://github.com/amrqhz/todo.git"},"homepage":"https://github.com/amrqhz/todo#readme","bugs":{"url":"https://github.com/amrqhz/todo/issues"},"engines":{"node":">=12.0.0"},"_id":"@amrqhz/todo@1.0.0","gitHead":"c262c5c8e4c53ea408d6d2eb40d61eeca6cd4a19","_nodeVersion":"20.19.3","_npmVersion":"11.4.2","dist":{"integrity":"sha512-a/nujaGg3ICJpWvaVS50yC1GnERzaXuVOej1GfqrDi1470Oe5T57YA9oGNcEBg91y6YE1RvrgT18qmdd96UGzg==","shasum":"f7ee4538af1c33174aa484702b8b45b6b9e2ccc9","tarball":"https://registry.npmjs.org/@amrqhz/todo/-/todo-1.0.0.tgz","fileCount":3,"unpackedSize":18163,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD3NU+2DsaFYDo1MAB2cSZJvLv1FffN7VtgHjI3kjiNvAIhANjG6MJn6JzDEHmt3LNIKlqprpTVUsSdmg73HBuzR4Nf"}]},"_npmUser":{"name":"amrqhz","email":"amirh2000gholizadeh@gmail.com","actor":{"name":"amrqhz","email":"amirh2000gholizadeh@gmail.com","type":"user"}},"directories":{},"maintainers":[{"name":"amrqhz","email":"amirh2000gholizadeh@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/todo_1.0.0_1751399410542_0.7765312095456252"},"_hasShrinkwrap":false}},"time":{"created":"2025-07-01T19:50:10.437Z","1.0.0":"2025-07-01T19:50:10.757Z","modified":"2025-07-01T19:50:11.044Z"},"maintainers":[{"name":"amrqhz","email":"amirh2000gholizadeh@gmail.com"}],"description":"A beautiful terminal-based todo application with timestamps and progress tracking","homepage":"https://github.com/amrqhz/todo#readme","keywords":["todo","todoapp","todo-cli","terminal","cli","productivity"],"repository":{"type":"git","url":"git+https://github.com/amrqhz/todo.git"},"author":{"name":"amrqhz","email":"amrqhz.github.io"},"bugs":{"url":"https://github.com/amrqhz/todo/issues"},"license":"ISC","readme":"Welcome to **Terminal Todo App** — your simple, fast, and efficient todo list manager right in your terminal!  \nNo need to switch apps or open browsers. Manage your tasks directly from the command line and boost your productivity instantly.\n\n---\n\n## Features\n\n- Add, view, check/uncheck, and remove todos effortlessly  \n- Clear all completed tasks with a single command  \n- Minimal setup and easy to use  \n- Works entirely within your terminal  \n\n---\n\n**Now you can use it with:**\n\n### Show all todos\n```code\ntodo\n```\n\n### Add a new todo\n```code\ntodo add \"Buy groceries\"\n```\n</br>\n\n```code\ntodo add \"Finish project\"\n```\n\n### Check/uncheck a todo (toggle)\n```code\ntodo check 1\n```\n\n### Remove a todo\n```code\ntodo remove 2\n```\n\n### Clear all completed todos\n```code\ntodo clear\n```\n\n### Show help\n```code \ntodo help\n```\n\n\n# Installation\nFollow these simple steps to get started:\n\n```bash\n\n# Create a package.json\nnpm init -y\n\n# Add bin field to package.json:\n{\n  \"bin\": {\n    \"todo\": \"./todo.js\"\n  },\n}\n\n# Install globally\nnpm install -g .\n```\n\n\n## Usage Tips\n\n- Use `todo` to quickly list all your tasks.  \n- Use task IDs (shown in the list) to toggle or remove specific todos.  \n- Keep your task list clean by clearing completed todos regularly with `todo clear`.  \n\n---\n\n## Contributing\n\nFeel free to contribute! Open issues or submit pull requests to improve the app.\n\n---\n\nStay productive and happy coding! 🚀  \nIf you have any questions or suggestions, don’t hesitate to reach out.","readmeFilename":"README.md","_rev":"1-ae83b6fba56bad2e82dd7d5b3f9c054d"}