<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>