rmjunk

rmjunk is a tool to remove junk files such as .DS_Store and Thumbs.db from directories.

Features

Installation

bash cargo install rmjunk

Usage

Basic usage:

bash rmjunk [DIR]

Options:

Examples

Remove junk files from a specific directory:

bash rmjunk ./my_folder

Search and remove files recursively:

bash rmjunk -r ./my_folder

Use the dry-run mode:

bash rmjunk --dry-run ./my_folder

License

MIT OR Apache-2.0