#文件传输 #传输 #虫洞 #命令行 #magic-wormhole

app magic-wormhole-cli

安全地将事物从一个计算机传输到另一个计算机

2 个发布版本

0.7.1 2024 年 7 月 25 日
0.7.0 2024 年 7 月 17 日

#90命令行工具

Download history 121/week @ 2024-07-15 131/week @ 2024-07-22 19/week @ 2024-07-29 8/week @ 2024-08-05

每月下载量 279

EUPL-1.2

1.5MB
9K SLoC

魔法虫洞 CLI

经典的 magic-wormhole 命令行客户端的 Rust 实现。

安装

GitHub 发布

我们在 GitHub 发布源代码和二进制文件。请访问 发布页面 以获取最新版本。

或使用 cargo binstall

cargo binstall magic-wormhole-cli

crates.io

您可以使用 cargo 从 crates.io 安装 CLI

cargo install --locked magic-wormhole-cli

用法

Get things from one computer to another, safely

Usage: wormhole-rs [OPTIONS] <COMMAND>

Commands:
  send       Send a file or a folder [aliases: tx]
  receive    Receive a file or a folder [aliases: rx]
  send-many  Send a file to many recipients
  forward    Forward ports from one machine to another

Options:
  -v, --verbose  Enable logging to stdout, for debugging purposes
  -h, --help     Print help
  -V, --version  Print version

Run a subcommand with `--help` to know how it's used.
To send files, use `wormhole send <PATH>`.
To receive files, use `wormhole receive <CODE>`.

依赖关系

~20–39MB
~667K SLoC