An open API service indexing awesome lists of open source software.

https://github.com/aiden01/hastebin-rs

Upload file to hastebin using the command line.
https://github.com/aiden01/hastebin-rs

cli crates-io hastebin-client rust

Last synced: 20 days ago
JSON representation

Upload file to hastebin using the command line.

Awesome Lists containing this project

README

          

# Hastebin-rs
Upload file to hastebin using the command line

[![asciicast](https://asciinema.org/a/KTMTvD4MDhyiuqT0gkbWulkyP.png)](https://asciinema.org/a/KTMTvD4MDhyiuqT0gkbWulkyP)

## Installing
```
cargo install hastebin
```

## Usage
```
hastebin 1.0.0
WebD

USAGE:
hastebin [OPTIONS]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-c, --chars Maximun characters to send

ARGS:
The file that you want to send to hastebin
```