pashage

Yet Another Opinionated Re-engineering of the Unix Password Store
git clone https://git.instinctive.eu/pashage.git
Log | Files | Refs | README | LICENSE

commit e5c84a766e2e9717d8d4bd4c9502ed4d22d84f74
parent cce0a21e52ad241866bfd2fc1c680108954d6398
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Thu,  6 Nov 2025 19:02:24 +0000

Extension-less behavior of find command is documented
Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -66,6 +66,9 @@ the terminal is not dumb. - The `find` command search-pattern is a regular expression rather than a glob. +- The `find` command matches against the secret names without +extension (`.age` or `.gpg`). + - The `init` command is redesigned to accommodate `age` backend. I didn't really understand the original `init` command, so I'm not sure how different it is; but now it installs `.age-recipients` and re-encrypts.