2 个稳定版本
新版本 2.0.0 | 2024年8月26日 |
---|---|
1.0.1 | 2024年8月26日 |
1.0.0 |
|
530 在 命令行工具 中
每月 101 次下载
150KB
3K SLoC
RustyBit
一个简单的命令行 BitTorrent 客户端。
它也部分支持 DHT 协议。
安装
cargo install rustybit
用法
要将 torrent 下载到 $(pwd)/.downloads
文件夹,请运行以下命令
rustybit <torrent_path>
如果您想更改输出目录,请使用此命令代替
rustybit <torrent_path> -o <output_dir_path>
缺少的功能
目前缺少以下功能(并且我不确定是否会添加它们)
- 种子 torrent
- 扩展协议支持
- 完整的 DHT 节点
- 并行下载多个 torrent
- 暂停/恢复 torrent
- 合适的 GUI/TUI
依赖项
~18–31MB
~474K SLoC