lockbox

password manager
Log | Files | Refs | README | LICENSE

commit f829d3ca9b27ef4a0547a77ef1f2ba41728ef402
parent 11c75122988a36dda2ef76a390052b8bacfe23c7
Author: Sean Enck <sean@ttypty.com>
Date:   Tue, 18 Oct 2022 18:58:22 -0400

notes about database

Diffstat:
Mscripts/doc.sections | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/scripts/doc.sections b/scripts/doc.sections @@ -1,3 +1,12 @@ +[database] +While 'lb' uses a kdbx file (version 4), it is opinionated about how to store +data within the file. This means 'lb' should be the only way a user normally +interacts with or changes the underlying database. However as the file is a normal +kdbx file format (e.g. can be opened in tools supporting the format) it is possible +to use the database in those applications, just take caution when changing it outside +of 'lb' usage. If a database not normally used by 'lb' is to be used by 'lb', try +using the various readonly settings to control interactions. + [remove] The 'rm' command can handle a simplistic glob if it is at the END of the path. This allows for bulk-removal of entries at multiple levels. Confirmation will