Archlinux: ```
git clone https://aur.archlinux.org/redelete.git && cd redelete makepkg -si
git clone https://aur.archlinux.org/redelete-bin.git && cd redelete-bin makepkg -si ```
Everyone else:
cargo install redelete
``` // authorize your reddit account with this app: $ redelete authorize
// add configuration options to the username you just authorized
// add subreddit exclusions (space separated list of subreddits)
$ redelete config
// add a minimum score to avoid deleting posts higher than this score
$ redelete config
// add a max time to avoid deleting posts made newer than this time (in hours)
$ redelete config
// do them all at once
$ redelete config
// dry-run the app
$ redelete run -d
// run the app and actually delete your posts
$ redelete run
// view your config options for any given username
$ redelete view
// help $ redelete -h $ redelete run -h $ redelete config -h $ redelete view -h
```
This is my first rust app, so all feedback is welcome (negative or positive).
chown -R <YOUR_USERNAME>:<ANY_GROUP> ~/.config/redelete
and chmod -R 700 ~/.config/redelete
once you've authorized any reddit accounts. If someone gets root access or access to your login you're screwed, though I imagine you'd have much more to lose than your reddit account in this scenario.