Tiny tool for cleaning up the torrent download directory
Go to file
SeanOMik 2b924bcf7a
code cleanup
2023-05-29 21:00:11 -04:00
src code cleanup 2023-05-29 21:00:11 -04:00
.gitignore push code 2023-05-29 20:54:12 -04:00
Cargo.lock push code 2023-05-29 20:54:12 -04:00
Cargo.toml update readme, update cargo.toml 2023-05-29 20:57:22 -04:00
LICENSE push code 2023-05-29 20:54:12 -04:00
README.md update readme, update cargo.toml 2023-05-29 20:57:22 -04:00

README.md

Torrent Cleanup

Simple CLI tool I wrote in 30ish minutes to delete files in a torrent download directory that are not associated with a torrent.

Usage:

Tiny CLI that deletes files in a torrent download directory that are not associated with a torrent in another directory.

Usage: torrent-cleanup [OPTIONS] --torrents <TORRENTS> --path <PATH>

Options:
  -t, --torrents <TORRENTS>  Path of torrent files
  -p, --path <PATH>          Path of downloaded files
  -c, --change               Whether or not to make changes (set to true when you actually want it to run)
  -h, --help                 Print help
  -V, --version              Print version