diff --git a/hel/src/repl.rs b/hel/src/repl.rs index b39a667..e1b0fc0 100644 --- a/hel/src/repl.rs +++ b/hel/src/repl.rs @@ -152,6 +152,7 @@ impl<'a> LKEval<'a> { "\n", "entries\n", " add [len][mode] [seq] [date] [text] [^parent] define an entry\n", + " keep keep list entry n (left column of ls/gen) in the catalog\n", " ls [regex] list by name ld [regex] list by date\n", " mv rename / move rm remove\n", " comment [text] set or clear the comment\n", @@ -159,6 +160,7 @@ impl<'a> LKEval<'a> { "passwords\n", " enc show the generated password\n", " gen[N] N numbered variants; name ends in G.. (all) or X.. (random)\n", + " pb run a command and copy its output to the clipboard\n", " pass [pw] cache a master / override for an entry's subtree\n", " unpass [name] forget a cached password (unpass / = root; unpass = all)\n", " correct trust this password's hash uncorrect untrust it\n", @@ -168,6 +170,9 @@ impl<'a> LKEval<'a> { " save [target] write it (file / localStorage key / |command)\n", " source load it set config\n", "\n", + "other\n", + " help this text # text a comment (ignored) quit exit (CLI)\n", + "\n", "modes R words C camel N hyphenated H hex B base64 D decimal (U.. = UPPER)\n", " R is the six-word S/KEY form: memorable, pronounceable, easy to type anywhere." ).to_string()); diff --git a/helwasm/pkg/helwasm_bg.wasm b/helwasm/pkg/helwasm_bg.wasm index 7aeaabb..dfacb37 100644 Binary files a/helwasm/pkg/helwasm_bg.wasm and b/helwasm/pkg/helwasm_bg.wasm differ