Fast and stable CLI client for Spacebin
Spacebin can be installed via the Rust package manager, cargo
.
(If you don't have cargo
installed, visit the Rust installation page here)
To install Spacebin, simply type:
sh
$ cargo install spacebin-cli
After installing spacebin will be available in your shell (providing everything went correctly) under the command space
.
```sh spacebin-cli 0.1.5 text sharing for astronauts
USAGE: space [FLAGS] [OPTIONS]
FLAGS: --debug Debugging features -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-u, --upload
PIPING: Piping from stdin is also supported.
cat file.txt | space
```
This project is licensed under the 3-Clause "Clear" BSD license, the same license as all other spacebin core team projects. A copy of this license can be found in LICENSE.md