biox / pa

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

generate new password if it doesn't exist in menu scripts #35

Closed arcxio closed 2 months ago

arcxio commented 2 months ago

this complicates them a bit, but I think it's worth it, because it would allow to never open a terminal for pa (except for deletion, but it can be trivially handled separately with printf y | pa del "$(pa list | wmenu)" if needed), and I think this behaviour makes sense UX-wise