Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.15 KB

Torrent Cleaner

Torrent Cleaner is a small and light utility written in Rust for directory torrenting cleaning. This is useful especially if there are updates available for particularly some torrents.

Motivation

This project is inspired by and based on a Java utility in qBittorrent #3842. The corresponding source code for that utility is also availble on GitHub.

Utilities

Torrent Cleaner commandline tool

Usage: torrent-cleaner.exe [OPTIONS] <file> <dir> [COMMAND]

Commands:
  diff  Compare directory content changes instead
  help  Print this message or the help of the given subcommand(s)

Arguments:
  <file>  Specify the .torrent file; must be a multi-file torrent
  <dir>   Specify the directory storing torrent contents

Options:
  -s, --surface     Take other files in the root directory into account
  -f, --no-confirm  Skip confirmation before deleting files
  -d, --empty-dir   Include empty directories
  -h, --help        Print help
  -V, --version     Print version