nekocli

Crates.ionekocli
lib.rsnekocli
version0.1.0
sourcesrc
created_at2022-04-30 09:45:26.456258
updated_at2022-04-30 09:45:26.456258
descriptionCommand line interface for NekoNode services
homepagehttps://github.com/NekoNode/cli
repositoryhttps://github.com/NekoNode/cli
max_upload_size
id578066
size46,322
Rui Li (KernelErr)

documentation

README

Nekocli

NekoNode is a website providing useful services. Nekocli is the command-line interface for those services.

Installation

With Rust toolchain:

cargo install nekocli

Send

NekoSend is a service for sharing files with your friends easily. You could use nekocli or simply curl.

# Send example.txt to friends
nekocli send ./example.txt
# Or use curl
curl -F "file=@example.txt" 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"
Commit count: 0

cargo fmt