bttool
bttool is a small command line tool for manipulating torrent files. Its functions include:
- showing the information inside a torrent file:
$ bttool -i file.torrent
- checking the integrity of a download, given the files and the
torrent file:
$ find Downloads/ -type f -print0 | bttool -t file.torrent
- creating a new torrent file given a list of files and optional metadata:
$ tar -xf archive.tar $ cd archive/ $ find . -type f -print0 | sort -z | bttool -c ../archive.torrent -X comment="from archive.tar"
License is GNU GPLv2
| User: guest, password: guest (info) | |||
| bttool-1.0.tar.xz [SIG] | source code | 18 KB | 2026-Jun-26 |
| Initial public release. | |||