{"id":22495136,"url":"https://github.com/hacimertgokhan/fixr","last_synced_at":"2025-04-14T07:40:41.267Z","repository":{"id":264158161,"uuid":"892540417","full_name":"hacimertgokhan/fixr","owner":"hacimertgokhan","description":"Portable disk management tool","archived":false,"fork":false,"pushed_at":"2024-11-22T12:31:28.000Z","size":660,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T21:15:47.278Z","etag":null,"topics":["disk-management","linux","rust","rust-lang","windows"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/hacimertgokhan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-11-22T10:01:50.000Z","updated_at":"2025-01-11T23:12:29.000Z","dependencies_parsed_at":"2024-11-22T13:16:10.704Z","dependency_job_id":null,"html_url":"https://github.com/hacimertgokhan/fixr","commit_stats":null,"previous_names":["hacimertgokhan/fixr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2Ffixr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2Ffixr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2Ffixr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2Ffixr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hacimertgokhan","download_url":"https://codeload.github.com/hacimertgokhan/fixr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248841569,"owners_count":21170210,"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":["disk-management","linux","rust","rust-lang","windows"],"created_at":"2024-12-06T19:25:44.842Z","updated_at":"2025-04-14T07:40:41.247Z","avatar_url":"https://github.com/hacimertgokhan.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔧 Fixr - Portable Disk Management Tool\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)   ![Rust](https://img.shields.io/badge/rust-1.75%2B-orange.svg)  \n\nFixr is a command-line tool designed to manage and repair portable disks on Windows systems efficiently.\n\n## ✨ Features\n\n- 📝 List all portable disks in the system\n- 🔍 View disk details (size, usage, etc.)\n- 🛠️ Perform disk repair operations\n- 🎨 Colorful and user-friendly interface\n\n## 🚀 Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/username/fixr.git\n\n# Navigate to the project directory\ncd fixr\n\n# Build the application\ncargo build --release\n\n# The executable will be available in the target/release directory\n```\n\n## 📖 Usage\n\n### Listing Portable Disks\n\n```bash\n# Simple list\nfixr list\n\n# Detailed list (with size information)\nfixr list --verbose\n```\n\n### Viewing Disk Information\n\n```bash\n# Display details of the F: drive\nfixr info F:\n```\n\n### Repairing a Disk\n\n```bash\n# Basic repair\nfixr fix F:\n\n# Force repair (use with caution!)\nfixr fix F: --force\n```\n\n## 🔍 Command Details\n\n### `list` Command\n- Lists all portable disks in the system\n- Displays detailed information with the `--verbose` parameter\n\n### `info` Command\n- Shows detailed information for the specified disk:\n  - Total space\n  - Used space\n  - Free space\n  - Usage percentage\n\n### `fix` Command\n- Repairs the specified disk\n- Supports forced repair with the `--force` parameter\n- Utilizes Windows' `chkdsk` tool\n\n## ⚠️ Important Notes\n\n1. Back up your important data before performing repair operations.  \n2. Use the `--force` parameter carefully.  \n3. The program may require Administrator privileges to run.  \n\n## 🛠️ Development\n\n### Requirements\n\n- Rust 1.75 or later\n- Windows operating system\n- Cargo and related tools\n\n### Dependencies\n\n- **clap**: Command-line argument handling  \n- **colored**: Terminal text coloring  \n- **windows**: Windows API integration  \n\n## 📝 License\n\nThis project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more details.\n\n## 🤝 Contributing\n\n1. Fork this repository.  \n2. Create a new branch (`git checkout -b feature/newFeature`).  \n3. Commit your changes (`git commit -am 'Added a new feature'`).  \n4. Push your branch (`git push origin feature/newFeature`).  \n5. Create a Pull Request.  \n\n## 📞 Contact\n\nFor questions or suggestions, please open an issue on GitHub.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacimertgokhan%2Ffixr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacimertgokhan%2Ffixr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacimertgokhan%2Ffixr/lists"}