LuisSP on Nostr: bash script to open gossip with password already copied in clipboard, ready to paste, ...
bash script to open gossip with password already copied in clipboard, ready to paste, just click on the Paste button
and to run it under torsock, to avoid forgetting opsec (until somebody breaks into your computer...)
-----------------------
echo "write_your_password_here" | xclip -r -selection clipboard
torsocks gossip
------------------------
references:
https://stackoverflow.com/questions/5130968/how-can-i-copy-the-output-of-a-command-directly-into-my-clipboard
man xclip
Am I too lazy, mikedilger (npub1acg…p35c) ?
and to run it under torsock, to avoid forgetting opsec (until somebody breaks into your computer...)
-----------------------
echo "write_your_password_here" | xclip -r -selection clipboard
torsocks gossip
------------------------
references:
https://stackoverflow.com/questions/5130968/how-can-i-copy-the-output-of-a-command-directly-into-my-clipboard
man xclip
Am I too lazy, mikedilger (npub1acg…p35c) ?