termbin is a faster workflow alternative to GitHub’s gists or GitLab’s snippets.
Just pipe your output to termbin with netcat:
cat <some.file> | nc termbin 9999
The command will output a short link to your uploaded content.
example:
$ cat README.md | nc termbin.com 9999
https://termbin.com/xepm2
more info: https://termbin.com/