spacebin-cli 0.2.0

text sharing for astronauts
spacebin-cli-0.2.0 is not a library.
  • Built for speed and efficiency using Rust. 🦀
  • Simple and easy to use. 🔭
  • Stable and well maintained as of 2020. 🌆

Installation

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:

$ cargo install spacebin-cli

After installing spacebin will be available in your shell (providing everything went correctly) under the command space.

Usage

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>              File to upload
    -i, --instance <instance>        Instance URL to upload to (example: api.spaceb.in) [env: SPACEBIN_INSTANCE=]
                                     [default: https://api.spaceb.in]
    -p, --port <port>                Port to upload on [env: SPACEBIN_PORT=]  [default: 443]
        --result-url <result-url>    Result url (example: spaceb.in/rFGHxfIM9pHb) [env: SPACEBIN_RESULT_URL=]  [default:
                                     spaceb.in]
        --spinners <bool>    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