Dear Maintainer,
Bash completion works on the base `pass`. If I start typing a password, hit
tab, it'll complete whichever password matches. However, the same functionality
doesn't work with `pass otp`. According to upstream
(https://github.com/tadfisher/pass-otp/issues/137) it should work, but there
appears to be an issue in how bash `source`s the completion script.
It appears from the thread that distros have different ways of hooking in bash
completion scripts, which is why I'm reporting this bug against Debian. From
the thread, the bash completion script is there and working, it just doesn't
hook in properly, which indicates a configuration issue in the install.
Can you provide guidance on how to get completion to work automatically in
Debian?