{"id":31702288,"url":"https://github.com/tmhsdigital/cscan","last_synced_at":"2025-10-08T21:36:08.215Z","repository":{"id":303710958,"uuid":"1016192270","full_name":"TMHSDigital/cScan","owner":"TMHSDigital","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-09T03:21:14.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-09T03:25:53.613Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tmhsdigital.github.io/cScan/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TMHSDigital.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,"zenodo":null}},"created_at":"2025-07-08T16:16:15.000Z","updated_at":"2025-07-09T03:21:17.000Z","dependencies_parsed_at":"2025-07-09T03:36:08.139Z","dependency_job_id":null,"html_url":"https://github.com/TMHSDigital/cScan","commit_stats":null,"previous_names":["tmhsdigital/cscan"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TMHSDigital/cScan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMHSDigital%2FcScan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMHSDigital%2FcScan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMHSDigital%2FcScan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMHSDigital%2FcScan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TMHSDigital","download_url":"https://codeload.github.com/TMHSDigital/cScan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TMHSDigital%2FcScan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000709,"owners_count":26082838,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-08T21:35:58.501Z","updated_at":"2025-10-08T21:36:08.210Z","avatar_url":"https://github.com/TMHSDigital.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ch1\u003ecScan - Cross-Platform Cleanup Assistant\u003c/h1\u003e\n\n\u003cp\u003e\n  \u003ca href=\"https://github.com/TMHSDigital/cScan\"\u003e\u003cimg src=\"https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-blue.svg\" alt=\"Platform\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.python.org/\"\u003e\u003cimg src=\"https://img.shields.io/badge/python-3.6%2B-green.svg\" alt=\"Python\"\u003e\u003c/a\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-orange.svg\" alt=\"License\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://TMHSDigital.github.io/cScan/\"\u003e\u003cimg src=\"https://img.shields.io/badge/docs-GitHub%20Pages-brightgreen.svg\" alt=\"Documentation\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp\u003e\nA comprehensive disk cleanup utility for \u003cb\u003eWindows\u003c/b\u003e, \u003cb\u003emacOS\u003c/b\u003e, and \u003cb\u003eLinux\u003c/b\u003e that helps you reclaim disk space with advanced safety features and intelligent file analysis.\n\u003c/p\u003e\n\n\u003c/div\u003e\n\n## Documentation\n\n**Full documentation is available at: [https://TMHSDigital.github.io/cScan/](https://TMHSDigital.github.io/cScan/)**\n\n## Quick Start\n\n```bash\n# Clone repository\ngit clone https://github.com/TMHSDigital/cScan.git\ncd cScan\n\n# Install dependencies\npip install -r requirements.txt\n\n# Run cScan\npython cScan.py   # Windows\npython3 cScan.py  # macOS/Linux\n```\n\n## Key Features\n\n- **Cross-Platform**: Works on Windows, macOS, and Linux\n- **Smart Analysis**: AI-like file categorization and safety assessment\n- **Safety First**: 7 layers of protection, trash/recycle bin integration\n- **Smart Suggestions**: Intelligent cleanup recommendations\n- **Multiple Modes**: GUI, CLI, and automated options\n\n## Requirements\n\n- Python 3.6 or higher\n- psutil library (`pip install psutil`)\n\n## Documentation Links\n\n- [Installation Guide](https://TMHSDigital.github.io/cScan/README.html)\n- [Cross-Platform Guide](https://TMHSDigital.github.io/cScan/CROSS_PLATFORM_GUIDE.html)\n- [Feature Documentation](https://TMHSDigital.github.io/cScan/IMPROVEMENTS.html)\n- [Technical Details](https://TMHSDigital.github.io/cScan/FIXES_APPLIED.html)\n\n## Contributing\n\nWe welcome contributions! Please check our [documentation](https://TMHSDigital.github.io/cScan/) for guidelines.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://TMHSDigital.github.io/cScan/\"\u003eDocumentation\u003c/a\u003e •\n  \u003ca href=\"https://github.com/TMHSDigital/cScan/issues\"\u003eIssues\u003c/a\u003e •\n  \u003ca href=\"https://github.com/TMHSDigital/cScan/discussions\"\u003eDiscussions\u003c/a\u003e\n\u003c/p\u003e ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmhsdigital%2Fcscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmhsdigital%2Fcscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmhsdigital%2Fcscan/lists"}