NekoNode is a website providing useful services. Nekocli
is the command-line interface for those services.
With Rust toolchain:
bash
cargo install nekocli
NekoSend is a service for sharing files with your friends easily. You could use nekocli
or simply curl
.
```bash
nekocli send ./example.txt
curl -F "file=@example.txt" https://jumao.cli.nekonode.com/api/send
nekocli receive SHARE_CODE
curl "https://jumao.cli.nekonode.com/api/send?code=SHARE_CODE" ```