## Usage It's simple! Either do `./antidot-rs`, or do `cargo install antidot-rs` and then do `antidot-rs`! ## Configuration Step 1: If it doesn't already exist, create the directory `/etc/antidot/` with `mkdir -p /etc/antidot` Step 2: Append the paths to any undesirable directories to `/etc/antidot/config` ## CLI Options `-v`, `--verbose`: Output to stdout instead of `/tmp/antidot.stdout` and `/tmp/antidot.stderr`. `-f`, `--foreground`: Run in the foreground instead of the background. Neither `-v` or `-f` can be used at the same time.