Simple command line client for hastebin servers made in Go. You can upload text (directly into the application stdin) or upload your files
This should work on all platforms where Go is supported 🤗
You can pipe content into the application stdin or choose a file to upload
ps aux | gohaste-client
gohaste-client my_custom_file.txt
By default all the content is uploaded to hastebin.com you can however specify your custom hastebin server URL using the -server flag.
You can also use the -raw flag to get the plaintext URL
gohaste-client is licensed under the MIT license