arokettu/torrent-file-cli
最新稳定版本:1.5.0
Composer 安装命令:
composer create-project arokettu/torrent-file-cli
包简介
CLI tool to manipulate torrent files
README 文档
README
A CLI tool to manipulate torrent files.
Installation
Install for local user with composer:
composer global require arokettu/torrent-file-cli
Install globally by downloading prebuilt phar:
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
Examples
Create file:
torrent-file create ~/build/myapptoupload -o ~/build/myapptoupload.torrent
Modify torrent fields:
torrent-file modify ~/build/myapptoupload.torrent --announce http://tracker
Inspect torrent file:
torrent-file show ~/build/myapptoupload.torrent
Export torrent file to a readable file and import it back:
torrent-file export ~/build/myapptoupload.torrent -o ~/build/myapptoupload.json torrent-file import ~/build/myapptoupload.json -o ~/build/myapptoupload.torrent
Sign torrent file:
torrent-file sign torrent.torrent key.pem cert.pem
Documentation
Read full documentation here: https://sandfox.dev/php/torrent-file-cli.html
Also on Read the Docs: https://torrent-file-cli.readthedocs.io/
Support
Please file issues on our main repo at GitLab: https://gitlab.com/sandfox/torrent-file/-/issues
Feel free to ask any questions in our room on Gitter: https://gitter.im/arokettu/community
License
The library is available as open source under the terms of the MIT License.
统计信息
- 总下载量: 130
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-22