{"id":26296223,"url":"https://github.com/rohancyberops/rust-to-do-cli","last_synced_at":"2025-03-15T04:17:20.982Z","repository":{"id":262611171,"uuid":"887804454","full_name":"RohanCyberOps/Rust-To-Do-Cli","owner":"RohanCyberOps","description":"command-line to-do list application written in Rust. It allows users to manage their to-do items by adding, updating, removing, importing, and exporting tasks.","archived":false,"fork":false,"pushed_at":"2025-02-19T14:15:20.000Z","size":59713,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T19:51:30.534Z","etag":null,"topics":["rtodo","rust","rust-lang","todo"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/RohanCyberOps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-11-13T10:11:02.000Z","updated_at":"2025-02-19T14:15:23.000Z","dependencies_parsed_at":"2024-11-17T12:28:14.247Z","dependency_job_id":null,"html_url":"https://github.com/RohanCyberOps/Rust-To-Do-Cli","commit_stats":null,"previous_names":["chrohangurjar1/rust-to-do-cli","chrohangurjar/rust-to-do-cli","rohancyberops/rust-to-do-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FRust-To-Do-Cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FRust-To-Do-Cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FRust-To-Do-Cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FRust-To-Do-Cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohanCyberOps","download_url":"https://codeload.github.com/RohanCyberOps/Rust-To-Do-Cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681043,"owners_count":20330155,"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":["rtodo","rust","rust-lang","todo"],"created_at":"2025-03-15T04:17:20.429Z","updated_at":"2025-03-15T04:17:20.973Z","avatar_url":"https://github.com/RohanCyberOps.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n---\n\n# 🌟 Rust-To-Do-Cli- A Rust-Powered To-Do List Manager 🌟\n\n[![crates.io](https://img.shields.io/crates/v/Rust-To-Do-Cli?color=blue\u0026label=Crates.io)](https://crates.io/crates/Rust-To-Do-Cli)\n![GitHub License](https://img.shields.io/github/license/RohanCyberOps/Rust-To-Do-Cli?color=green\u0026label=License)\n![Maintenance](https://img.shields.io/maintenance/yes/2024?color=yellow\u0026label=Maintained)\n[![GitHub Contributors](https://img.shields.io/github/contributors/RohanCyberOps/Rust-To-Do-Cli?color=brightgreen)](https://github.com/RohanCyberOps/Rust-To-Do-Cli/graphs/contributors)\n\n**rtodo** is a command-line to-do list manager built with 💖 in Rust. This project was created to deepen my understanding of Rust while building something practical. It’s open for contributions from fellow Rust learners and enthusiasts!\n\n---\n\n## 🚀 Features\n\n- **Flexible Task Management**: Easily list, add, remove, and update your tasks.\n- **Priority Levels**: Assign tasks with priority levels to stay on top of important items.\n- **Status Control**: Mark tasks as done or undone, and organize them by status.\n- **Smart Sorting**: Sort tasks by priority or status for quick overview.\n- **Import/Export Options**: Seamlessly import/export your tasks in CSV/JSON formats.\n\n## 📸 Screenshots\n\n\u003ccenter\u003e\n  \u003cimg src=\"/assets/img1.png?raw=true\" alt=\"Main Screen\" width=\"75%\"/\u003e\n  \u003cimg src=\"/assets/img2.png?raw=true\" alt=\"Add To-Do\" width=\"75%\"/\u003e\n  \u003cimg src=\"/assets/img3.png?raw=true\" alt=\"Sort Tasks\" width=\"75%\"/\u003e\n  \u003cimg src=\"/assets/img4.png?raw=true\" alt=\"Export Options\" width=\"75%\"/\u003e\n\u003c/center\u003e\n\n---\n\n## 🛠️ Installation\n\n### Via Cargo\n\nInstall `Rust-To-Do-Cli` using Cargo:\n\n```bash\ncargo install Rust-To-Do-Cli\n```\n\n### ArchLinux\n\nInstall `Rust-To-Do-Cli` on ArchLinux:\n\n```bash\nyay -S Rust-To-Do-Cli-bin\n```\n\n---\n\n## 🏃 Run Locally\n\nClone the repository:\n\n```bash\ngit clone https://github.com/RohanCyberOps/Rust-To-Do-Cli.git\n```\n\nNavigate to the project directory:\n\n```bash\ncd Rust-To-Do-Cli\n```\n\nBuild the project:\n\n```bash\ncargo build --release\n```\n\nRun the program:\n\n```bash\ncargo run\n```\n\n---\n\n## 🛣️ Roadmap\n\n- 💡 Enhanced error handling for a smoother experience\n- 🔧 Code optimizations to improve performance\n\n---\n\n## 🤝 Contributing\n\nContributions are highly encouraged! Whether it’s fixing bugs, adding features, or optimizing the code, your input is welcome. Check out our [CONTRIBUTING.md](CONTRIBUTING.md) for how to get started, and please adhere to our [Code of Conduct](CODE_OF_CONDUCT.md).\n\n---\n\n## 📬 Feedback\n\nYour feedback is invaluable! Feel free to reach out to me via email at **your.email@example.com**.\n\n---\n\n## 📜 License\n\nThis project is licensed under the [MIT License](https://choosealicense.com/licenses/mit/).\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Frust-to-do-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohancyberops%2Frust-to-do-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Frust-to-do-cli/lists"}