herman

Crates.ioherman
lib.rsherman
version0.1.2
sourcesrc
created_at2023-07-30 13:21:54.458436
updated_at2023-07-30 13:37:54.651576
descriptionA rusty daemon that watches folders and organises them automatically.
homepage
repositoryhttps://github.com/SeanningTatum/herman
max_upload_size
id929969
size36,661
(SeanningTatum)

documentation

README

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

Commit count: 29

cargo fmt