Question: Printing and Clipping Password Info

Greg Minshall minshall at umich.edu
Sat Oct 23 08:23:33 UTC 2021


Mitch,

i think you could:
----
pass fubar | \
     tee >(awk 'NR > 1 {print}' > /dev/tty) | \
     awk 'NR == 1 { print }' | \
     xclip -i -selection clipboard
----
(YSMV == your shell may vary).

cheers, Greg


More information about the Password-Store mailing list