On Wed Feb 17, 2021 at 5:28 PM CET, Alec Hill wrote: > Optimally, the shell completion would allow me to omit the directories > and just the password file name to be able to then `tab` through the > results and select the desired one.
passmenu is a script that basically does that with dmenu, if you prefer to stay in your terminal you could adapt it to use fzf instead (adpating being litterally replacing `dmenu` by `fzf` in the script)
