Skip to content

AnvilloyDevStudio/torrent-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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