commit 40fdff5398b142196db7a416356fbd194d8294f8 parent 0a96670c669605b989d286cf2a5409dcb56b8553 Author: Sean Enck <sean@ttypty.com> Date: Thu, 13 Oct 2022 19:40:00 -0400 shrink this down Diffstat:
| M | README.md | | | 11 | +---------- |
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/README.md b/README.md @@ -19,7 +19,6 @@ via other tooling if needed. The following variables must be set to use `lb` -For example set: ``` # the keying object to use to ACTUALLY unlock the passwords (e.g. using a gpg encrypted file with the password inside of it) LOCKBOX_KEY="gpg --decrypt /Users/alice/.secrets/key.gpg" @@ -27,15 +26,7 @@ LOCKBOX_KEY="gpg --decrypt /Users/alice/.secrets/key.gpg" LOCKBOX_STORE=/Users/alice/.passwords/secrets.kdbx ``` -In cases where `lb` outputs colored terminal output, this coloring behavior can be disabled: -``` -LOCKBOX_NOCOLOR="yes" -``` - -To disable clipboard _completions_ for bash -``` -LOCKBOX_NOCLIP="yes" -``` +The manpage for `lb` includes additional information about options and environment variables ## usage