| Crates.io | ffscan |
| lib.rs | ffscan |
| version | 1.0.2 |
| created_at | 2025-07-07 19:50:08.96813+00 |
| updated_at | 2025-08-16 21:35:17.070187+00 |
| description | Fast directory & process scanner: scan large files/folders, list/kill processes, and print system info. |
| homepage | https://github.com/swap72/ffscan |
| repository | https://github.com/swap72/ffscan |
| max_upload_size | |
| id | 1741688 |
| size | 33,808 |
ffscan scan c:\users summary skip1024
ffscan scan /home/user/ summary --exclude-empty
ffscan about
ffscan --help
csv, json, plain text summary--force supported)run cargo install ffscan on your termial / cmd / or your fav shell
register it on the path of you system and start using it
output.csvoutput.json2.50 GB [Directory] - C:\Users\Tushar\Documents\Projects
1.20 GB [File] - C:\Users\Tushar\Videos\movie.mp4
fscan/
├── Cargo.toml # Project metadata & dependencies
├── Cargo.lock # Locked dependency versions (auto-generated)
├── LICENSE # LICENSE.txt
├── README.md # 📄 Project documentation (GitHub flavored)
├── .gitignore # Ignore build artifacts & output files
├── output.csv # Example output file (should be gitignored)
├── output.json # Example output file (should be gitignored)
├── src/
│ ├── main.rs # Main entry point: parses CLI & calls logic
│ ├── cli.rs # (Optional) CLI parsing module if you split
│ ├── scanner.rs # (Optional) Scanning logic module
│ └── utils.rs # (Optional) Utility functions (e.g., format_size)
└── .github/
└── workflows/
└── rust.yml # (Optional) CI workflow for testing/building
This project is licensed under the MIT License.
See LICENSE for details.
Contributions are welcome! Please feel free to submit issues or pull requests.
🌱 Feel free to modify and distribute this CLI tool
⭐️ Star or fork this repo on GitHub if you find it useful!
🔗 Formal Portfolio
🔗 Not so formal Portfolio
🚀 Built with ❤️ and Rust 🦀⚙️