sachasi / moni

๐Ÿ—ƒ๏ธ Recursively deletes all the apparitions of a directory/file

Home Page:https://crates.io/crates/moni

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moni

LOC

Asynchronously and recursively delete all the apparitions of a directory/file.

Usage

moni

This will delete all the ["node_modules", "__pycache__", "dist", "build"] and some more, check the full list here, in your current folder and subfolders.

Built in help:

$ moni --help
moni v0.1.0

UltiRequiem <https://github.com/UltiRequiem>

Delete directories to free up disk space.

USAGE:
    moni

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

Installation

With cargo:

cargo install moni

Or use a binary from releases.

License

Licensed under the MIT License.

About

๐Ÿ—ƒ๏ธ Recursively deletes all the apparitions of a directory/file

https://crates.io/crates/moni

License:MIT License


Languages

Language:Rust 100.0%