Crates.io | torrentinfo |
lib.rs | torrentinfo |
version | 0.1.1 |
source | src |
created_at | 2018-05-05 16:32:52.435768 |
updated_at | 2018-05-13 10:19:43.318644 |
description | A torrent file parser |
homepage | |
repository | https://github.com/fuchsi/torrentinfo |
max_upload_size | |
id | 63876 |
size | 53,740 |
A torrent file parser
USAGE:
torrentinfo [OPTIONS] <filename>
OPTIONS:
-d, --details Show detailed information about the torrent
-e, --everything Print everything about the torrent
-f, --files Show files within the torrent
-h, --help Prints help information
-n, --nocolour No Colours
-V, --version Prints version information
ARGS:
<filename>
cargo install torrentinfo
Or from source
git clone https://github.com/fuchsi/torrentinfo.git
cd torrentinfo
cargo install