find-torrent-data

Reads a .torrent file and searches for files with matching content (file name doesn't matter). The files are then (sym)linked to a directory structure resembling the original torrent, ready to be loaded to a torrent client for (re-)seeding.

Quick installation: cargo install find-torrent-data

Help:

``` find-torrent-data 1.0 Richard Patel me@terorie.dev Search for files that are part of a torrent and prepare a directory with links to these files

USAGE: find-torrent-data [FLAGS] [OPTIONS] -i ...

FLAGS: -s, --symlinks Use symbolic links --follow-symlinks Follow symlinks in input --help Prints help information -V, --version Prints version information

OPTIONS: -h Fraction of hash pieces to be verified [default: 1.0] -i ... Add search directory -o Output directory [default: ./]

ARGS: Torrent file ```