https://github.com/matheusd/hastebin
hastebin.com CLI client
https://github.com/matheusd/hastebin
golang hastebin hastebin-client pastebin
Last synced: about 1 year ago
JSON representation
hastebin.com CLI client
- Host: GitHub
- URL: https://github.com/matheusd/hastebin
- Owner: matheusd
- License: mit
- Created: 2020-08-29T19:23:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T19:30:55.000Z (over 5 years ago)
- Last Synced: 2025-02-03T15:56:01.931Z (about 1 year ago)
- Topics: golang, hastebin, hastebin-client, pastebin
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hastebin.com go client
This is a command line tool for the [hastebin.com](https://hastebin.com) pastebin
service written in Go.
## Installation
```shell
$ go get matheusd.com/hastebin
```
## Usage
```shell
echo "Whoozah!" | hastebin
```
## Why?
Don't wanna install ruby to get the official client. This is all that's needed.