logo

sshpaste

Simple paste script to a server having SSH+HTTP daemons
commit: 9140ce7e79bd399e097434762d8966509621d299
parent: 0e91e7601a0b13ef0197085781fbaec1e8c57890
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  6 May 2018 21:00:49 +0200

README: Add info about the differencies with wgetpaste

Diffstat:

MREADME6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -15,6 +15,12 @@ Options: Can be used only once, not compatible with -c ``` +## Intended differences with wgetpaste +* The URL in standard output shows only the URL without any message, allowing more easy piping +* ``emerge --info`` options will not be added (gentoo-specific, can easily be done via ``-c``) +* URL will not go to tinyurl or X Clipboard, can easily be done by piping the output +* I use the PS4 environment variable with ``sh -x``/``set -x`` instead of a custom PS1, it allows the separation of the commands as they are executed at the expense of broken oneliner display + ## Dependencies * POSIX system * scp(1): tested with OpenSSH