Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheusd/hastebin
hastebin.com CLI client
https://github.com/matheusd/hastebin
golang hastebin hastebin-client pastebin
Last synced: about 1 month 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T19:30:55.000Z (about 4 years ago)
- Last Synced: 2024-10-09T17:38:27.310Z (about 1 month 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.