2 个版本
0.1.3 | 2020年4月23日 |
---|---|
0.1.2 | 2020年4月5日 |
#73 in #matching
13KB
235 行
find-torrent-data
读取 .torrent
文件并搜索具有匹配内容的文件(文件名无关紧要)。然后,这些文件将被链接到类似于原始种子的目录结构中,以便加载到种子客户端进行(重新)播种。
快速安装:cargo install find-torrent-data
帮助
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
依赖项
~6–14MB
~189K SLoC