<div>To be honest I'm not sure I want this feature. I rarely use the `pass $name` shortcut so I don't want to be prevented from using names that don't work with it. <div><br></div><div>Also it would be impossible to blacklist future command names although those are fairly infrequent. </div><br><div class="gmail_extra"><br><div class="gmail_quote">On Sep 13, 2016 08:27, "Steven Clarkson" <<a href="mailto:sclarkso@gmail.com">sclarkso@gmail.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><p dir="ltr">Hi,</p><p dir="ltr"><br></p><p dir="ltr">This is the first time I've done something like this, so sorry if it's not helpful or wrong, but I think it would be helpful if there was an error (or warning) when you tried to save a password with the same name as a command.  For instance I inserted a password with the name git, then I couldn't access it without typing the full "pass show git", "pass git" tried to use the git features of pass.  I'm assuming this would be the case if you named a password "help" or "init" or "list" as well.</p>
<p dir="ltr">I think something simple like this would work?  Or possible to define an array of command names that can't be used?</p>
<p dir="ltr">If [[ $path -eq "help" || $path -eq "git" || etc. ]]; then<br>
              echo "Cannot use Git or Help as password names"<br>
              exit</p>
<p dir="ltr">Is the proper process to branch the project then add my changes?</p>
<p dir="ltr">Thanks,</p>
<p dir="ltr">Steven<br></p>
</div><br></div>
<br>______________________________<wbr>_________________<br>
Password-Store mailing list<br>
<a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a><br>
<a href="http://lists.zx2c4.com/mailman/listinfo/password-store" rel="noreferrer" target="_blank">http://lists.zx2c4.com/<wbr>mailman/listinfo/password-<wbr>store</a><br>
<br></blockquote></div><br></div></div>