Closed
Description
I imagine that the user wants the link copied to clipboard in most usecases
On linux, when xclip is installed the alias can be adjusted to:
"nc termbin.com 9999 | xclip -selection c"
That way the link is copied to clipboard. I do not know how this could be done on other platforms but it might be a useful hint to include on the website.