Torrent File CLI#
A CLI tool to manipulate torrent files.
Installation#
With composer:
composer require arokettu/torrent-file-cli
With compiled phar, globally:
sudo wget https://github.com/arokettu/torrent-file-cli/releases/latest/download/torrent-file.phar -O /usr/local/bin/torrent-file
sudo chmod +x /usr/local/bin/torrent-file
or locally:
wget https://github.com/arokettu/torrent-file-cli/releases/latest/download/torrent-file.phar -O $HOME/bin/torrent-file
chmod +x $HOME/bin/torrent-file
Documentation#
License#
The library is available as open source under the terms of the MIT License.