0.1.0 |
|
---|
#5 in #neko
15KB
99 代码行
Nekocli
NekoNode是一个提供有用服务的网站。Nekocli
是这些服务的命令行界面。
安装
使用Rust工具链
cargo install nekocli
发送
NekoSend是一个方便与朋友分享文件的服务。您可以使用nekocli
或简单地使用curl
。
# Send example.txt to friends
nekocli send ./example.txt
# Or use curl
curl -F "[email protected]" https://jumao.cli.nekonode.com/api/send
# Receive file with a share code
nekocli receive SHARE_CODE
# Or use curl
curl "https://jumao.cli.nekonode.com/api/send?code=SHARE_CODE"
依赖关系
~7–22MB
~296K SLoC