pass-otp icon indicating copy to clipboard operation
pass-otp copied to clipboard

Fish completion

Open beeaniebee opened this issue 5 years ago • 5 comments

Just wondering if there's any way that fish shell completion could be implemented? It would really help a lot!

beeaniebee avatar Jul 14 '20 19:07 beeaniebee

pass does not support fish shell completion for extension (yet). So the support should be implemented in pass first.

roddhjav avatar Jul 14 '20 20:07 roddhjav

No? Fish shell completion is working fine in pass.. it's in src/completion/fish_shell.completion in the source code iirc

beeaniebee avatar Jul 15 '20 04:07 beeaniebee

Yes, but this completion file is not able to check for extension completion file and run them as the bash completion file does.

roddhjav avatar Jul 15 '20 14:07 roddhjav

Ok.. I don't exactly understand all of that but ok

beeaniebee avatar Jul 15 '20 21:07 beeaniebee

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

harmtemolder avatar Dec 13 '21 12:12 harmtemolder