{"id":26360050,"url":"https://github.com/g4titanx/task_manager_cli","last_synced_at":"2025-03-16T16:24:49.900Z","repository":{"id":240680708,"uuid":"802766317","full_name":"g4titanx/task_manager_cli","owner":"g4titanx","description":"an experimental task manager cli built with rust","archived":false,"fork":false,"pushed_at":"2024-09-09T04:51:07.000Z","size":27,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T06:49:51.742Z","etag":null,"topics":["cli","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/g4titanx.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":"2024-05-19T07:59:55.000Z","updated_at":"2024-09-09T04:51:10.000Z","dependencies_parsed_at":"2024-06-01T11:02:25.222Z","dependency_job_id":"8cf47187-e0a3-48d3-b002-faa57801df77","html_url":"https://github.com/g4titanx/task_manager_cli","commit_stats":null,"previous_names":["g4titanx/task_scheduler_cli","g4titanx/task_manager_cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4titanx%2Ftask_manager_cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4titanx%2Ftask_manager_cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4titanx%2Ftask_manager_cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/g4titanx%2Ftask_manager_cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/g4titanx","download_url":"https://codeload.github.com/g4titanx/task_manager_cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243895249,"owners_count":20365181,"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","rust","rust-lang"],"created_at":"2025-03-16T16:24:49.288Z","updated_at":"2025-03-16T16:24:49.883Z","avatar_url":"https://github.com/g4titanx.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## details\n\nthe `task manager CLI` is a command-line tool designed to efficiently manage tasks using the terminal.\n\nit allows users to add, list, retrieve and delete tasks. tasks are then stored in a JSON file, ensuring persistence across sessions.\n\n## installation\n\n1. **clone the repository:**\n\n```sh\n git clone https://github.com/g4titanx/task-manager-cli.git\n cd task-manager-cli\n```\n\n2. **build the application:**\n\n```sh\ncargo build --release\n```\n\n## usage\n\nto run the application:\n\n```sh\ncargo run -- [COMMAND] [OPTIONS]\n```\n\n## commands\n\n1. use the `add` command to add a new task\n\n```sh\ncargo run -- add \"TaskName\" \"Objective 1\" \"Objective 2\"\n```\n\n2. use the `list` command to list all tasks\n\n```sh\ncargo run -- list\n```\n\n3. use the `get` command to get a specific task\n\n```sh\ncargo run -- get \"TaskName\"\n```\n\n4. use the `update` command to update a specific task objective\n\n```sh\ncargo run -- update \"TaskName\" 0\n```\n\n4. use the `delete` command to delete a specific task\n\n```sh\ncargo run -- delete \"TaskName\"\n```\n\n## file structure\n\nthe tasks are stored in a JSON file (tasks.json) in the same directory where the CLI is executed. ensure this file is present and readable/writable by the application.\n\n## code overview\n\nthe core functionality is defined in the library. it includes methods to add, list, get, update and delete tasks, as well as to load and save tasks to a JSON file.\nthe CLI is implemented using the clap crate, which provides a simple interface to define commands and arguments. the main application uses the task manager library to perform the desired operations based on user input.\n\n## contribution\n\nfeel free to fork this repository, make your changes, and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4titanx%2Ftask_manager_cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fg4titanx%2Ftask_manager_cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fg4titanx%2Ftask_manager_cli/lists"}