Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
/ haste Public archive

🌺 A dead simple haste cli client

License

Notifications You must be signed in to change notification settings

fawni/haste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haste

Be really pretty. Be really simple.

Latest Release Build Status Go Report Card

haste is a simple cross-platform hastebin command-line client.

Installation

Binaries

download a binary from the releases page.

Build from source

Go 1.16 or higher required. (install instructions)

go install github.com/fawni/haste@latest

Usage

$ haste # interactively prompts you for data
$ haste "text here" # uploads "text here" to hastebin and prints the url
$ haste -f file.go # uploads content of file.go to hastebin and prints the url
$ echo "text" | haste -i "https://hastebin.cc" -r # uploads "text" to a custom haste instance and prints the raw url

haste -h for more info.

Disclaimer

the client defaults to my own instance. it is recommended to use a more reliable instance such as hastebin.cc.

license

ISC