I actually like this. xclip makes it possible via its -l option, but I'm not sure if other platforms have this.
pass blah | while read line; do xclip -l 1 -selection clipboard -quiet <<<"$line"; done
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
