torrentinfo

Crates.iotorrentinfo
lib.rstorrentinfo
version0.1.1
sourcesrc
created_at2018-05-05 16:32:52.435768
updated_at2018-05-13 10:19:43.318644
descriptionA torrent file parser
homepage
repositoryhttps://github.com/fuchsi/torrentinfo
max_upload_size
id63876
size53,740
fuchsi (fuchsi)

documentation

README

torrentinfo

A torrent file parser

Usage

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>

Installation

cargo install torrentinfo

Or from source

git clone https://github.com/fuchsi/torrentinfo.git
cd torrentinfo
cargo install
Commit count: 7

cargo fmt