biox / pa

a simple password manager. encryption via age, written in portable posix shell
https://passwordass.org
Other
506 stars 21 forks source link

fix: Add mkdir -p to pw_edit function #40

Closed Sjlver closed 2 months ago

Sjlver commented 2 months ago

This patch fixes a failure for pa edit my/new/category/item.

Without this patch, pa does not create the category. Age fails with "file does not exist". This is puzzling, since pa add behaves differently.

arcxio commented 2 months ago

thanks!