<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>before starting to use pass, I wrote my own password manager, whose main feature was, that it allowed me to put a password directly into screen's paste buffer.<br><br></div>I've now re-created that feature as a pass extension:<br><br><a href="https://github.com/Boldewyn/pass-sclip">https://github.com/Boldewyn/pass-sclip</a><br><br></div>It is basically a rip-off of pass's clip() function, but instead of putting it in some system clipboard it uses screen's paste buffer.<br><br></div>For people not familiar with screen: It's a terminal multiplexer, and it has a nifty feature, where you can copy and paste text to and from the current terminal window. So, if you happen to have a password prompt in front of you in one screen window, head over to another one, put a<br><br></div>    pass sclip foo/bar<br><br></div>in there, and paste the password with Ctrl-a ] back into the original window. Works even without any X server/GUI/clipboard manager running.<br><br></div>Any feedback is highly appreciated!<br><br></div>Cheers,<br></div>Manuel<br></div>