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.
- Host: GitHub
- URL: https://github.com/aiden01/hastebin-rs
- Owner: Aiden01
- Created: 2018-10-16T15:06:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T01:02:25.000Z (over 7 years ago)
- Last Synced: 2026-03-04T16:41:04.125Z (4 months ago)
- Topics: cli, crates-io, hastebin-client, rust
- Language: Rust
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hastebin-rs
Upload file to hastebin using the command line
[](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
```