cScan Documentation

Welcome to the official documentation for cScan - a comprehensive disk cleanup utility for Windows, macOS, and Linux.

Platform Python License

Getting Started

Features & Improvements

Additional Resources

What is cScan?

cScan helps you reclaim disk space by intelligently finding and removing:

Key Features

Smart File Analysis

Cross-Platform Support

| Platform | Trash System | Temp Locations | |———-|————–|—————-| | Windows | Recycle Bin | %TEMP%, %LOCALAPPDATA%\Temp | | macOS | Trash | /tmp, ~/Library/Caches | | Linux | gio trash | /tmp, ~/.cache |

Safety First

Example Results

SMART CLEANUP SUGGESTIONS
════════════════════════════════════════════════════

1. Cache files (can be regenerated)
   Files: 61 | Size: 27.93 GB | Safety: safe

2. Old temporary files (7+ days old)
   Files: 23 | Size: 3.35 GB | Safety: safe

Total space freed: 31.28 GB

Installation

# Clone repository
git clone https://github.com/TMHSDigital/cScan.git
cd cScan

# Install dependencies
pip install psutil  # Windows
pip3 install psutil # macOS/Linux

# Run cScan
python cScan.py   # Windows
python3 cScan.py  # macOS/Linux

Documentation Index

User Guides

  1. README - Complete user manual
  2. Cross-Platform Guide - OS-specific instructions

Technical Documentation

  1. Improvements - Feature enhancements
  2. Fixes Applied - Safety fixes explained

Meta Documentation

  1. Documentation Review - Documentation overview

Quick Tips

Contributing

We welcome contributions! Please see our GitHub repository for:

License

This project is licensed under the MIT License. See the LICENSE file for details.


Made with dedication by the cScan team
GitHubIssuesDiscussions