Crates.io | rmjunk |
lib.rs | rmjunk |
version | 0.1.0 |
source | src |
created_at | 2023-08-12 15:17:14.025351 |
updated_at | 2023-08-12 15:17:14.025351 |
description | Tool to remove junk files such as `.DS_Store` and `Thumbs.db` from directories |
homepage | |
repository | https://github.com/amachang/rmjunk |
max_upload_size | |
id | 942796 |
size | 26,792 |
rmjunk is a tool to remove junk files such as .DS_Store
and Thumbs.db
from directories.
cargo install rmjunk
Basic usage:
rmjunk [DIR]
-r
, --recursive
: Search and remove junk files from directories recursively.--dry-run
: Preview files that will be removed without actually deleting them.Remove junk files from a specific directory:
rmjunk ./my_folder
Search and remove files recursively:
rmjunk -r ./my_folder
Use the dry-run mode:
rmjunk --dry-run ./my_folder
MIT OR Apache-2.0