<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Hi Simon,</p>
<p><br>
</p>
<p>I see where you're coming from, it does require the user to use a specific file format or directory layout. However, this could be quite flexible to accommodate various common strategies:</p>
<p></p>
<ul style="margin-bottom:0px; margin-top:0px">
<li>a "username: ..." line in the file (the field name is arbitrary): e.g. --userfield username</li><li>a specific line number in the file: e.g. --userline 2</li><li>username.gpg and password.gpg files in a directory: e.g. --usernamefile username --passwordfile password</li></ul>
<div><br>
</div>
<div></div>
<p></p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Password-Store <password-store-bounces@lists.zx2c4.com> on behalf of Simon Lackerbauer <simon@lackerbauer.com><br>
<b>Sent:</b> Monday, July 24, 2017 5:23:30 PM<br>
<b>To:</b> password-store@lists.zx2c4.com<br>
<b>Subject:</b> Re: passmenu: optionally type username as well</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">First of all, thanks for going through the mailing list and actually<br>
digging up my proposed patch from more than a year ago. There's been<br>
been quite a bit of talk more recently on this list about adding some<br>
kind of option for quickly inserting a username as well.<br>
<br>
I've been using my own code all this time and it's served me well so<br>
far, but your solution certainly adds more versatility to passmenu (for<br>
example for saving and easily entering both a username and an email<br>
address).<br>
<br>
Your change still depends on a specific file format, and one of the<br>
central tenets of pass's development has always been to keep the format<br>
extremely simple: the password on the first line, everything else is up<br>
to the user.<br>
<br>
And although passmenu is kind of the "official" pasting UI and gets<br>
distributed directly with pass, by now I think coming up with a "new"<br>
passmenu which imposes additional restrictions and getting linked from<br>
the clients section of the website may be the way to go here.<br>
<br>
Cheers,<br>
Simon<br>
<br>
On 07/23/2017 06:51 PM, Matthew Snider wrote:<br>
> My original code has a mistake. It should call read twice instead of<br>
> using \n as a delimiter (e.g. read -r pass; read -r -d '' rest). I think<br>
> it would be best for me to test it out over the next week. <br>
> <br>
> <br>
> In the mean time, if anyone gets around to looking at it, let me know<br>
> what you think!<br>
> <br>
> ------------------------------------------------------------------------<br>
> *From:* Password-Store <password-store-bounces@lists.zx2c4.com> on<br>
> behalf of Matthew Snider <matt.snider@alum.utoronto.ca><br>
> *Sent:* Sunday, July 23, 2017 4:03:00 PM<br>
> *To:* password-store@lists.zx2c4.com<br>
> *Subject:* passmenu: optionally type username as well<br>
>  <br>
>        <br>
> This sender failed our fraud detection checks and may not be who they appear to be. Learn about spoofing<br>
> <<a href="http://aka.ms/LearnAboutSpoofing">http://aka.ms/LearnAboutSpoofing</a>><br>
>        Feedback <<a href="http://aka.ms/SafetyTipsFeedback">http://aka.ms/SafetyTipsFeedback</a>><br>
> <br>
> Hi!<br>
> <br>
> <br>
> I've just recently started using pass and more specifically<br>
> passmenu, and am very pleased with it :-)<br>
> <br>
> <br>
> The main feature I found that was immediately missing when switching<br>
> over from keepassx, is the ability to autotype a username/password<br>
> combination. I read through the mailing list archives and found this<br>
> feature was already attempted<br>
> here: <a href="https://lists.zx2c4.com/pipermail/password-store/2015-December/001834.html<https://lists.zx2c4.com/pipermail/password-store/2015-December/001834.html">
https://lists.zx2c4.com/pipermail/password-store/2015-December/001834.html<https://lists.zx2c4.com/pipermail/password-store/2015-December/001834.html</a>><br>
> <br>
> <br>
> It doesn't seem like there was any response to this, but arbitrarily<br>
> taking the second line doesn't seem ideal to me. I think my<br>
> implementation is an improvement, because it leverages the suggested<br>
> file format of "key: value" pairs after the first line. <br>
> <br>
> <br>
> In the included patch you will see that I've just added a --userfield<br>
> flag which can be used as follows:<br>
> <br>
> passmenu --type --userfield username [dmenu arguments...]<br>
> <br>
> <br>
> This corresponds to files which look like:<br>
> <br>
> passw0rd<br>
> <br>
> username: matt.snider<br>
> <br>
> <br>
> I personally use this by binding $mod+p to the regular passmenu<br>
> invocation, and $mod+Shift+p to the invocation using --type and<br>
> --userfield. This has been working very well for me.<br>
> <br>
> <br>
> Please let me know what you think and if you have some feedback.<br>
> <br>
> <br>
> Best,<br>
> <br>
> Matt<br>
> <br>
> <br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> Password-Store mailing list<br>
> Password-Store@lists.zx2c4.com<br>
> <a href="https://lists.zx2c4.com/mailman/listinfo/password-store">https://lists.zx2c4.com/mailman/listinfo/password-store</a><br>
> <br>
<br>
-- <br>
<a href="http://www.lackerbauer.com">www.lackerbauer.com</a><br>
8A86 BD14 1859 44F2 5B83  6908 4B81 EE5D 6A56 A4DE<br>
_______________________________________________<br>
Password-Store mailing list<br>
Password-Store@lists.zx2c4.com<br>
<a href="https://lists.zx2c4.com/mailman/listinfo/password-store">https://lists.zx2c4.com/mailman/listinfo/password-store</a><br>
</div>
</span></font>
</body>
</html>