Conversation
This is a subset of tadfisher#151, only implementing the most relevant completion (see tadfisher#118), i.e. completing password names.
b473a24 to
a4d9570
Compare
rani-i
left a comment
There was a problem hiding this comment.
On macos you should source
/usr/local/share/fish/vendor_completions.d/pass.fish
and not only
source "/usr/share/fish/vendor_completions.d/pass.fish"
therefore, another approach is required
|
I have expanded a bit upon this and added completions for all of pass-otp's subcommands as well. I have also implemented a rather hacky way to figure out the path to the original fish completions semi-dynamically. Imo, it's not fit for a PR and should ultimately be solved in a better way, but I have put the completions into a repository, if anyone else wants to use them. You can simply install via @zvyn I have added your name to the copyright since I originally took the completions straight from this PR and only adjusted the descriptions slightly. My code is licensed as GPL-3.0-or-later, just like pass-otp itself (and thus also your fork of it). |
This is a subset of #151, only implementing the most relevant completion (see #118), i.e. completing password names.