<div dir="ltr">Hi. Since we're back to brainstorming, may I add one more idea?<br>
<br>
My ideal interface would clip the top [n] lines in reverse order and 
then paste them one at a time.  Pass would pause for 45 seconds and 
detect pastes from either middle-clicks or other pasting key commands 
before continuing. Nicolas S. Dade did something similar in his <i>pwsafe</i> project, using the standard Unix tools <i>xev</i> and <i>awk</i>.<br>
<br>
It might look like this:<br>
<pre>pass [--clip,-c] <store> [n]<br><br>pass -c <store> 3<br>Ready to paste line 3 from clipboard. Will clear in 45 seconds.<br>Sending line 3<br>Ready to paste line 2 from clipboard. Will clear in 45 seconds.<br>Sending line 2<br>Ready to paste line 1 from clipboard. Will clear in 45 seconds.<br>Sending line 1<br></pre>
Flexible. I might use line three for url, line two for login and line 1 
for password. But, you would be free to use it differently. It should 
add utility without taking away from other user interfaces. What do you 
say, is this pass "kernel" material? <br>
<br>
Logging into a site could be as easy as: middle-click, middle-click, [enter]<br>
<br>
JD</div>