Categorygithub.com/danbrakeley/torc
modulepackage
0.1.0
Repository: https://github.com/danbrakeley/torc.git
Documentation: pkg.go.dev

# README

torc

TORrent Cleaner

This utility compares the contents of a torrent file with your local disk, and lists any differences found.

There is an option to delete any files found on disk that are not also part of the torrent (see torc help cmp).

$ torc help
NAME:
   torc - compare local files to a torrent file

USAGE:
   torc [global options] command [command options] [arguments...]

VERSION:
   0.1.0

COMMANDS:
     compare, cmp  compares a torrent file with actual files on disk
     list, ls      list all files for a given torrent
     help, h       Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

COPYRIGHT:
   (c) 2017-2020 Dan Brakeley

# Functions

Compare opens the given torrent file and compiles a report of any differences with the given path on disk.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CompareOpts are optional flags that can be passed to CompareTorrentPathsToDisk.
Report is the result of a Compare.
Torrent is a subset of the fields found in actual torrent files.
No description provided by the author
No description provided by the author
No description provided by the author