Crates.io | antidot-rs |
lib.rs | antidot-rs |
version | 0.2.1 |
source | src |
created_at | 2023-12-07 23:55:56.473383 |
updated_at | 2023-12-08 03:19:05.50033 |
description | A background process that will remove any undesired folders from ~ |
homepage | |
repository | https://github.com/thebearodactyl/antidotrs |
max_upload_size | |
id | 1061394 |
size | 16,059 |
It's simple! Either do ./antidot-rs
, or do cargo install antidot-rs
and then do antidot-rs
!
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
-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.