<div dir="ltr">Yep, auto-completion in my .zshrc file is enabled and those lines are there. It auto-completes names in my current directory, but not anything past that. Pass does the same thing. If I enter `pass amaz[TAB]` it doesn't pull up anything because "amazon" is in the "commerce" category in Pass. If I type `comm[Tab]` it does auto-complete to "commerce/" then I can type `ama[TAB]` and it will auto-complete as well. However, it's just a pain to navigate the directories each time, and I was wondering if there was a way so I can just type `ama[TAB]` for it to jump to complete to that immediately.<div><br></div><div>I emailed Jason about this and he said "<span style="font-size:12.8px">Tab completion is built-in already. You probably didn't enable the </span><span style="font-size:12.8px">completion files." Not sure what the completion files are or how to enable them since I can't find any documentation.</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 7, 2017 at 2:34 PM, Simon Lackerbauer <span dir="ltr"><<a href="mailto:simon@lackerbauer.com" target="_blank">simon@lackerbauer.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Andrew,<br>
<br>
did you enable auto-completion in your zsh in general? Do other programs<br>
autocomplete? Check for the following lines in your .zshrc:<br>
<br>
autoload -Uz compinit<br>
compinit<br>
<br>
Autocompletion for pass in Arch should be working out of the box. A good<br>
place for asking questions like these would probably be the Arch BBS,<br>
especially the Newbie Corner<br>
(<a href="https://bbs.archlinux.org/viewforum.php?id=23" rel="noreferrer" target="_blank">https://bbs.archlinux.org/<wbr>viewforum.php?id=23</a>).<br>
<br>
Cheers,<br>
Simon<br>
<div><div class="h5"><br>
On 08/07/2017 04:04 PM, Andrew Banchich wrote:<br>
> Hi guys,<br>
><br>
> Sorry if I'm using this wrong. This is my first time using a mailing<br>
> list as a kind of forum.<br>
><br>
> I am trying to get autocomplete working for password-store and I can't<br>
> figure out how. I looked through the man pages, the website, Googled,<br>
> and can't find any documentation anywhere.<br>
><br>
> I'm on Arch and using ZSH. I tried looking for the `pass.zsh-completion`<br>
> file but couldn't find any file by that name on my system.<br>
><br>
> Thanks for your help.<br>
><br>
><br>
</div></div>> ______________________________<wbr>_________________<br>
> Password-Store mailing list<br>
> <a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a><br>
> <a href="https://lists.zx2c4.com/mailman/listinfo/password-store" rel="noreferrer" target="_blank">https://lists.zx2c4.com/<wbr>mailman/listinfo/password-<wbr>store</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
<a href="http://www.lackerbauer.com" rel="noreferrer" target="_blank">www.lackerbauer.com</a><br>
8A86 BD14 1859 44F2 5B83  6908 4B81 EE5D 6A56 A4DE<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="https://lists.zx2c4.com/mailman/listinfo/password-store" rel="noreferrer" target="_blank">https://lists.zx2c4.com/<wbr>mailman/listinfo/password-<wbr>store</a><br>
</font></span></blockquote></div><br></div>