find-torrent-data

Crates.iofind-torrent-data
lib.rsfind-torrent-data
version0.1.3
sourcesrc
created_at2020-04-05 10:44:42.57542
updated_at2020-04-23 06:27:06.826704
descriptionTool to search for and link files that are part of a torrent
homepagehttps://github.com/terorie/find-torrent-data
repositoryhttps://github.com/terorie/find-torrent-data
max_upload_size
id226545
size29,119
Richard Patel (riptl)

documentation

https://docs.rs/find-torrent-data

README

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] <TORRENT> -i <input>...

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

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

ARGS:
    <TORRENT>    Torrent file
Commit count: 23

cargo fmt