Alex
Alex
Hi, Could you post the output with the `-vvv` option enabled. Also could you confirm your json file has the same format that this one: https://github.com/roddhjav/pass-import/blob/master/tests/assets/db/aegiscipher.json
Thanks for these information. It is indeed an issue in the format detection process. The following will work: `pass import /path/to/aegis-export.json -vvvf `, but not `pass import aegis /path/to/aegis-export.json -vvvf`...
Hi, thanks for the report. I should ensure all doc generation is done during pip/deb package generation, not installation so that I can drop pandoc requirement. `share/__init__.py` is an internal...
Can you provide the output with the `-vvv` option used
Regarding the error, have you seen this issue https://github.com/keepassxreboot/keepassxc/issues/3505 especially this comment: https://github.com/keepassxreboot/keepassxc/issues/3505#issuecomment-527709418 So, they might be an issue in the way pass-import parse the data. However, without an example...
`pass` does not support fish shell completion for extension (yet). So the support should be implemented in pass first.
Yes, but this completion file is not able to check for extension completion file and run them as the bash completion file does.
Instead of pass generate with pass update you can give more than one passname to update. Therefore, it is more intuitive to use the `-l` option to give the password...
That could be interesting, I might add it in the future.
Duplicate of #116