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 35f57a1d0b4102f2b6858e53b72882d9eae3ac96
parent aec7383b530c5ffec768b49cbbc78fca336256b0
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Tue, 12 Nov 2024 17:10:31 +0000

Foreground automatic clipboard clearing is documented
Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -45,6 +45,11 @@ by the GPL, so to be on the safe side I'm using GPL v2+ too. - Not using a terminal does not imply `--force`, instead `pashage` asks for a confirming `y` on a standard input line. +- When copying a secret to the clipboard, the script keeps running while +waiting for the automatic clearing. This provides a user-facing cue that +the secret may still be the clipboard and allows to clear the clipboard +earlier. + - The commands `copy`, `edit`, `insert`, `list`, `move`, and `show` accept multiple arguments to operate on many secrets at once.