-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab completion? #9
Comments
Nevermind, an issue in the tail extension explained how to add this. Kind of hacky but it seems like it has to be this way until pass adds direct support for tab completion for extensions? The issue is here: palortoff/pass-extension-tail#4. If anyone sees this in the future, on my mac the bash completion file was at
(adding and line 97 to look like this:
(same thing here). |
Many thank for this information. I did the same kind of hacked completion for zsh. But right now, we need pass support. I'm reopening this issue because I plan to work on it in the future. |
Also, mostly as just a note for future me, I had issues getting this hack to work properly on my mac unless bash and bash-completion were installed via homebrew, and my shell was running from |
This is now natively supported by pass. I did a WIP implementation in #20 |
This is now implemented. |
For reference this was implemented in e811393 |
Is there any chance this supports tab completion? Tab completion works in my normal pass stuff, but not after I've typed
pass update ...
.Thanks!
The text was updated successfully, but these errors were encountered: