e-dant / watcher-rs-cli

Testing/Exploratory repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watcher, but with a nice CLI and a special kind of plant fungus

# On linux, best with `sudo` because we get to use fanotify
cargo run -- --path /some/path --exec 'some program --can=handle,arguments --just-fine'
# These {} will be auto-formatted according to the event
cargo run -- --path / --exec 'echo {when} {path} {what} {kind}'
  cargo run -- --help
Usage: watcher-cli [OPTIONS] --path <PATH>

Options:
      --path <PATH>
      --filter-path <FILTER_PATH>
      --filter-what <FILTER_WHAT>
      --filter-kind <FILTER_KIND>
      --exec <EXEC>
  -h, --help                       Print help
  -V, --version                    Print version

About

Testing/Exploratory repo


Languages

Language:Rust 100.0%