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 cff9dc19da11dfd808bde070c738a951e6f921bc
parent 0835b9c3af3c45c9b7553a6798254be6a6c87b05
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Sat,  2 Nov 2024 10:57:54 +0000

README is updated with the currently tested features
Diffstat:
MREADME.md | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -42,9 +42,12 @@ by the GPL, so to be on the safe side I'm using GPL v2+ too. ### Behavior Differences -- Not using a terminal does not imply `--force`, instead `pash` asks for +- Not using a terminal does not imply `--force`, instead `pashage` asks for a confirming `y` on a standard input line. +- The commands `copy`, `edit`, `insert`, `list`, `move`, and `show` +accept multiple arguments to operate on many secrets at once. + - The `edit` command does not warn a about using `/tmp` rather than `/dev/shm`, because the warning does not seem actionable and quickly becomes ignored noise. @@ -59,10 +62,16 @@ a glob. 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. +- The `insert` command makes the user try again when entering mismatching +passwords. + - TODO ### New Features and Extensions +- The new `gitconfig` command configures an existing store repository to +decrypt before `diff`. + - The new `random` command leverages password generation without touching the password store.