Merge documentation generation into a single binary, `bin/gen`. This includes: The changelog, man pages, the readme, and the book. type: reform
1.2 KiB
1.2 KiB
Intermodal: A 40' shipping container for the Internet
Intermodal is a user-friendly and featureful command-line BitTorrent metainfo utility for Linux, Windows, and macOS.
Project development is hosted on GitHub.
The binary is called imdl
:
$ imdl --help
BitTorrent metainfo related functionality is under the torrent
subcommand:
$ imdl torrent --help
Intermodal can be used to create .torrent
files:
$ imdl torrent create --input foo
Print information about existing .torrent
files:
$ imdl torrent show --input foo.torrent
Verify downloaded torrents:
$ imdl torrent verify --input foo.torrent --content foo
Generate magnet links from .torrent
files:
$ imdl torrent link --input foo.torrent
Show infromation about the piece length picker:
$ imdl torrent piece-length
Print completion scripts for the imdl
binary:
$ imdl completions --shell zsh
Functionality that is not yet finalized, but still available for preview, can be accessed with the --unstable
flag:
Print information about a collection of torrents:
$ imdl --unstable torrent stats --input dir
Happy sharing!