pass-otp
pass-otp copied to clipboard
Fish completion
Just wondering if there's any way that fish shell completion could be implemented? It would really help a lot!
pass does not support fish shell completion for extension (yet). So the support should be implemented in pass first.
No? Fish shell completion is working fine in pass.. it's in src/completion/fish_shell.completion in the source code iirc
Yes, but this completion file is not able to check for extension completion file and run them as the bash completion file does.
Ok.. I don't exactly understand all of that but ok
I've found a way to source the original pass completions and add the ones for pass otp. Working on getting that production-ready in pull request #151