commit 41a8994d3473e547698ec3acce18968f5919491e
parent bd47b2d435363b260b1caa8e4c607b2b80c7f708
Author: Sean Enck <sean@ttypty.com>
Date: Fri, 19 Apr 2024 22:43:48 -0400
how to create completions (readme)
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -97,6 +97,13 @@ To rekey (change password/keyfile) use the `rekey` command
lb rekey -store=path/to/new/db.kdbx -key="mynewkey" -keymode="plaintext" -keyfile="my/new/keyfile"
```
+### completions
+
+generate shell specific completions (via auto-detect using `SHELL`)
+```
+lb completions
+```
+
## git integration
To manage the `.kdbx` file in a git repository and see _actual_ text diffs add this to a `.gitconfig`