antidot-rs

Crates.ioantidot-rs
lib.rsantidot-rs
version0.2.1
sourcesrc
created_at2023-12-07 23:55:56.473383
updated_at2023-12-08 03:19:05.50033
descriptionA background process that will remove any undesired folders from ~
homepage
repositoryhttps://github.com/thebearodactyl/antidotrs
max_upload_size
id1061394
size16,059
The Bearodactyl (TheBearodactyl)

documentation

README

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.

Commit count: 2

cargo fmt