pass-file
pass-file copied to clipboard
A pass extension for adding arbitary files to the password store. https://www.passwordstore.org/
I get an error when trying to add a file with a whitespace in its name. I think it's because some double quotes are missing in lines 33 (passfile), 44...
``` pass file store hmmmmm # no target passed Error: does not exist. ```
This is very cumbersome to use, since I cannot autocomplete the passwordstore directory structure like in normal pass usage, how could this be added?
Adding a file with an absolute path causes the current working directory to be prepended in front of that absolute path. This patch only prepends OLDPWD, if the path doesn't...