herman 0.1.2

A rusty daemon that watches folders and organises them automatically.
Documentation

Herman 🦀

A rusty daemon that watches folders and organises the files automatically

Installation

Install globally with cargo

cargo install herman

Usage/Examples

Clean a folder

cargo add herman
herman clean ./downloads

Watch a folder

cargo add herman
herman watch ./downloads

Run Locally

Clone and navigate to directory

git clone https://github.com/SeanningTatum/herman
cd herman

Run watcher locally

cargo run -- watch ./test-folder

Run script locally

cargo run -- clean ./test-folder

License

MIT