spacebin cli - fast and stable cli client for spacebin built with Rust

🔭 Spacebin Client

Crates.io Crates.io (recent) GitHub GitHub release (latest by date)

Fast and stable CLI client for Spacebin

Installation

Windows is not supported as of Friday, June 12, 2020

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.

Usage

```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 File to upload -i, --instance Instance URL to upload to (example: api.spaceb.in) [env: SPACEBININSTANCE=] [default: https://api.spaceb.in] -p, --port Port to upload on [env: SPACEBINPORT=] [default: 443] --result-url Result url (example: spaceb.in/rFGHxfIM9pHb) [env: SPACEBINRESULTURL=] [default: spaceb.in] --spinners Whether or not to use terminal spinners [default: true]

PIPING: Piping from stdin is also supported.

cat file.txt | space

```

Contributors

License

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