moni

Crates.iomoni
lib.rsmoni
version0.2.1
sourcesrc
created_at2021-11-24 18:01:00.239245
updated_at2022-04-06 15:28:06.388629
descriptionRecursively deletes all the apparitions of a directory/file
homepagehttps://github.com/UltiRequiem/moni
repository
max_upload_size
id487228
size27,252
Eliaz Bobadilla (UltiRequiem)

documentation

README

moni 💖

Monika is a character from Doki Doki Literature Club, The #1 Psychological Horror Experience 💀

Asynchronously delete all the apparitions of a directory/file ❌

Standing on the shoulders of giants

  • 🗼 tokio-rs: A runtime for writing reliable asynchronous applications with Rust.
  • 🤗 owo-colors: The most owo way to have colors on your term.
  • 🚶 walkdir: The defacto option to walk dirs on Rust.
  • 🔮 futures-rs: The official crate to work with futures!

CLI

Install 📦

cargo install moni

Or use a binary from releases 🤖

Usage 🏏

moni --files myNotCoolDirectory trash script.py

This will delete also a common list of unwanted directories.

List

Built in help:

moni --help

Config

It also supports a config file 🆙

{ "files": ["myNotCoolDirectory", "example"] }

~/.moni.json

Support

Open an Issue, I will check it a soon as possible 👀

If you want to hurry me up a bit send me a tweet 😆

Consider supporting me on Patreon if you like my work 🙏

Don't forget to start the repo ⭐

Versioning

We use Semantic Versioning. For the versions available, see the tags 🏷️

Authors

Eliaz Bobadilla - Creator and Maintainer 💪

See also the full list of contributors who participated in this project ✨

Licence

Licensed under the MIT License 📄

Commit count: 0

cargo fmt