{"id":31551501,"url":"https://github.com/muradisazade777/task-manager-cli","last_synced_at":"2026-03-06T17:35:15.625Z","repository":{"id":312833885,"uuid":"1048337022","full_name":"MuradIsazade777/Task-Manager-CLI","owner":"MuradIsazade777","description":"\"A simple TypeScript-based command-line task manager to efficiently add, list, complete, and delete tasks directly from your terminal.\"","archived":false,"fork":false,"pushed_at":"2025-09-07T11:58:41.000Z","size":488,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T18:57:41.634Z","etag":null,"topics":["javascript","library","modules","nodejs","task-manager","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/MuradIsazade777.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-01T09:37:38.000Z","updated_at":"2025-10-03T22:39:48.000Z","dependencies_parsed_at":"2025-09-02T10:16:55.234Z","dependency_job_id":null,"html_url":"https://github.com/MuradIsazade777/Task-Manager-CLI","commit_stats":null,"previous_names":["muradisazade777/task-manager-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MuradIsazade777/Task-Manager-CLI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FTask-Manager-CLI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FTask-Manager-CLI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FTask-Manager-CLI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FTask-Manager-CLI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuradIsazade777","download_url":"https://codeload.github.com/MuradIsazade777/Task-Manager-CLI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuradIsazade777%2FTask-Manager-CLI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30188257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T17:33:53.563Z","status":"ssl_error","status_checked_at":"2026-03-06T17:33:51.678Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["javascript","library","modules","nodejs","task-manager","typescript"],"created_at":"2025-10-04T18:57:00.086Z","updated_at":"2026-03-06T17:35:15.589Z","avatar_url":"https://github.com/MuradIsazade777.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Manager CLI\n\n📝 **Task Manager CLI** is a simple command-line interface (CLI) application built entirely with **TypeScript**.  \nIt allows you to manage your daily tasks efficiently by adding, listing, completing, and deleting tasks directly from the terminal.\n\n## Features\n\n- Add tasks with a simple command.\n- List all tasks with their status (completed or pending).\n- Mark tasks as completed.\n- Delete tasks by ID.\n- Pure TypeScript implementation (no HTML, CSS, or frontend dependencies).\n---\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/your-username/task-manager-cli.git\nNavigate to the project folder:\n\nbash\nCopy code\ncd task-manager-cli\nInstall dependencies:\n\nbash\nCopy code\nnpm install\nUsage\nCompile TypeScript files:\n\nbash\nCopy code\nnpx tsc\nRun the application:\n\nbash\nCopy code\nnpm start\nor directly:\n\nbash\nCopy code\nnode dist/index.js\nAvailable commands:\n\nadd \u003ctask_name\u003e - Add a new task.\n\nlist - Show all tasks.\n\ncomplete \u003ctask_id\u003e - Mark a task as completed.\n\ndelete \u003ctask_id\u003e - Delete a task.\n\nexit - Exit the CLI.\n\nExample\nbash\nCopy code\n\u003e add Finish TypeScript project\nTask added: Finish TypeScript project\n\n\u003e list\n1. [ ] Finish TypeScript project\n\n\u003e complete 1\nTask completed: Finish TypeScript project\n\n\u003e list\n1. [x] Finish TypeScript project\n\n\u003e delete 1\nTask deleted: Finish TypeScript project\nTechnologies\nNode.js\nTypeScript\nReadline (Node built-in)\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuradisazade777%2Ftask-manager-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuradisazade777%2Ftask-manager-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuradisazade777%2Ftask-manager-cli/lists"}