haste-client

CLI client for sharing code snippets to haste-server instances

brewmacoslinux
Try with needOr install directly
Source

About

CLI client for haste-server

Commands

haste

Examples

Pipe command output to haste-server and get shareable URL$ cat myfile.txt | haste
Upload a file and receive a haste URL$ haste < script.sh
Pipe output from a command directly to haste$ ls -la | haste