A rusty daemon that watches folders and organises the files automatically
Install globally with cargo
bash
cargo add herman
Clean a folder
bash
cargo add herman
herman clean ./downloads
Watch a folder
bash
cargo add herman
herman watch ./downloads
Clone and navigate to directory
bash
git clone https://github.com/SeanningTatum/herman
cd herman
Run watcher locally
bash
cargo run -- watch ./test-folder
Run script locally
bash
cargo run -- clean ./test-folder