Hi, I learned yesterday of ksh's cusom auto completion. Now I try to figure out how to use it together with pass, but maybe someone already did the work. pass (www.password-store.org) is a password manager and it takes as arguments actions, a couple of options and at the end the folder and filename of a password while the base is per default ~/.password-store I actually only want to complete the folders/names
So when I want to copy the password in ~/.password-store/private/mybank.gpg I need to type "pass -c private/mybank" If I want to edit a password I need to type "pass edit private/mybank". How would I realize the completion of password-names? Can I also complete the actions? I know that I should be able to complete the actions, but actions and password-names? Niels

