https://github.com/seanpray/fsvacuum
multithreaded file cleaner
https://github.com/seanpray/fsvacuum
Last synced: about 1 month ago
JSON representation
multithreaded file cleaner
- Host: GitHub
- URL: https://github.com/seanpray/fsvacuum
- Owner: seanpray
- License: mit
- Created: 2022-03-13T01:43:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T02:38:15.000Z (over 2 years ago)
- Last Synced: 2025-03-29T02:52:17.531Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fsvacuum
multithreaded file cleaner
fsvacuum is a multithreaded file cleaner to recursively remove js/ts `node_modules` folders, Rust `target` folders, and various cache folders.
##### why?
Due to the nature of cargo and npm, project folder size can build up over time making it harder to backup projects and other files.
#### usage
print out all folders that will be affected: `fsvacuum js` (current options are `js`, `zig`, `cache`, `nvim` (nvim swap), or `rust`)remove all affected folders: `fsvacuum clean rust`
removing the cache folder will always delete the folders for go, pylint, typescript, yarn, chromium, pip, and mozilla (firefox).
#### installation
it is recommended you have [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) installed
```
$ git clone [email protected]:NotCreative21/fsvacuum.git
$ cd fsvacuum
$ ./install.sh
```