Does some sort of command like:
echotonet "this"
or
cat file.txt > echonet
that could allow one to easily paste text document data to a service like paste.debian.net ?
I often use paste.debian.net in order to retrieve on some machines pieces of scripts too long to be written in shell and edited in a visual environment like windows or ubuntu.
I download them with a classic wget:
wget -O namefile.sh https://paste.debian.net/some_path_to_the_paste_in_raw_format
Very often, however, there's the need to retrieve data too, like for debugging purposes or when I have to paste lot of log lines on here or on boards.
A easy to post command that upload a full txt file or zip a directory and gives back a short url would be gold.
To my mind the wetransfer command could be maybe a solution but maybe there are other options like a proper debian package for it.
pastebinitis the one I've used the most, but several exists - you might have to configure them to use the pastebin you prefer.