| Crates.io | cachefetch |
| lib.rs | cachefetch |
| version | 0.0.5 |
| created_at | 2025-11-01 13:08:53.180816+00 |
| updated_at | 2025-11-08 07:22:44.65972+00 |
| description | Fast CLI tool that shows cache file sizes |
| homepage | https://github.com/ErenayDev/cachefetch |
| repository | https://github.com/ErenayDev/cachefetch |
| max_upload_size | |
| id | 1911979 |
| size | 86,587 |
cachefetch is very fast, configurable CLI fetch tool thats shows your cache file sizes in your disk.
| Operation | Average Time | Description |
|---|---|---|
| System Detection | ~6.3 μs | Detecting OS and loading cache paths |
| Full Cache Scan | ~199 ms | Complete scan of all cache directories |
Just a placeholder now. Coming soon..
Just a placeholder now. Coming soon..
You can download prebuilt binaries for Linux, Windows and macOS from the Releases page.
| System / Distribution | File Extension | Description |
|---|---|---|
| Generic Linux | .tar.gz |
The most universal build. Extract and run the binary. |
| Debian / Ubuntu | .deb |
Install using dpkg. |
| Fedora / CentOS / openSUSE | .rpm |
For all RPM-based systems. |
| Windows | .exe or .zip |
The standalone .exe is ready to run. The .zip contains the executable. |
| macOS | .tar.gz |
Extract and run the binary. |
Or you can directly install prebuilt binary with binstall.
cargo binstall cachefetch
Requires Rust and Cargo:
git clone https://github.com/ErenayDev/cachefetch.git
cd cachefetch
cargo install --path .
After installation, you can run cachefetch in your terminal.
Just a placeholder now. Coming soon..
Contributions are welcome! Here is how can you:
git clone https://github.com/YOUR_USERNAME/cachefetch.git
cd cachefetch
git checkout -b feature/my-feature
git add .
git commit -m "Add my feature"
git push origin feature/my-feature
Created with 🩵 by ErenayDev