{"id":26452260,"url":"https://github.com/codedynasty-dev/tazu","last_synced_at":"2026-05-08T11:32:28.346Z","repository":{"id":282544012,"uuid":"948934037","full_name":"CodeDynasty-dev/tazu","owner":"CodeDynasty-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-15T10:04:23.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-15T10:28:32.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeDynasty-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-03-15T09:45:29.000Z","updated_at":"2025-03-15T10:04:26.000Z","dependencies_parsed_at":"2025-03-15T10:38:36.407Z","dependency_job_id":null,"html_url":"https://github.com/CodeDynasty-dev/tazu","commit_stats":null,"previous_names":["codedynasty-dev/tazu"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDynasty-dev%2Ftazu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDynasty-dev%2Ftazu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDynasty-dev%2Ftazu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDynasty-dev%2Ftazu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeDynasty-dev","download_url":"https://codeload.github.com/CodeDynasty-dev/tazu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244271847,"owners_count":20426624,"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":[],"created_at":"2025-03-18T17:39:32.567Z","updated_at":"2026-05-08T11:32:23.317Z","avatar_url":"https://github.com/CodeDynasty-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tazu - Command-Line Task Manager\n\nTazu is a minimal, efficient task management CLI designed for developers. It allows you to track tasks, assign priorities, and mark progress directly from the terminal.\n\n## Features\n- **Task Tracking**: Add, list, complete, and remove tasks with simple commands.\n- **Priority System**: Tasks range from priority **1 (low) to 10 (high)**, with a default of 1.\n- **Time Calculation**: Automatically tracks how long tasks have been open.\n- **Lightweight \u0026 Fast**: No unnecessary dependencies.\n\n## Installation\n\nInstall globally using npm:\n```sh\nnpm install -g tazu\n```\n\n## Usage\n\n### Add a Task\n```sh\ntazu add \"Optimize database queries\" 7\n```\n- **\"Optimize database queries\"** → Task description\n- **7** → Priority (optional, default is 1)\n\n### List Tasks\n```sh\ntazu\n```\nExample Output:\n```sh\n1.  Optimize database queries\n    - Age: 0h 50m\n    - Priority: 1\n    - Link: N/A\n    - Status: Done\n\n2. Review PR #42 \n    - Age: 0h 50m\n    - Priority: 1\n    - Link: https://github.com/torvalds/linux/pull/1170\n    - Status: Pending\n\n```\n\n### Mark Task as Done\n```sh\ntazu done 1\n```\n- **1** → Task ID\n\n### Delete a Task\n```sh\ntazu delete 2\n```\n- **2** → Task ID\n\n### Show Help\n```sh\ntazu --help\n```\n \n## Contributing\nPull requests and improvements are welcome.\n\n## License\nMIT License © 2025 [Your Name]\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedynasty-dev%2Ftazu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedynasty-dev%2Ftazu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedynasty-dev%2Ftazu/lists"}