Add additive KDBX importer
This commit is contained in:
@@ -21,7 +21,7 @@ Secret-bearing commands are masked and omitted from history.
|
||||
| Tree | `j`/`k`, arrows, `h`/`l`, `Enter`, `/`, `n`/`N` | move, collapse/expand, open, filter, cycle matches |
|
||||
| Entry | `j`/`k`, arrows, `Tab`/`Shift-Tab`, `v`/`V`, `y`, `e`, `Esc` | focus, reveal/hide, timed copy, edit, close |
|
||||
| Editor | `i`, `a`, `d`, `K`/`J`, `g`, `C-s` | edit/add/remove/reorder/generate/save fields |
|
||||
| Store | `I`, `i`, `p`, `\\`, `d d`, `m`, `c` | init, insert, generate, grep, remove, move, copy |
|
||||
| Store | `I`, `i`, `p`, `\\`, `K`, `d d`, `m`, `c` | init, insert, generate, grep, KDBX import, remove, move, copy |
|
||||
| Git | `g p`, `g P` | pull, push; all other Git operations use `:git …` |
|
||||
| OTP | `o c`, `o y`, `o u`, `o x`, `o q` | code, copy code, URI, copy URI, QR |
|
||||
| OTP write | `o i`, `o a`, `o v` | insert, append, validate URI forms |
|
||||
@@ -62,6 +62,7 @@ where one is listed.
|
||||
| remove | confirmed removal form | `d d` | `:remove [OPTIONS] ENTRY` |
|
||||
| move | move form | `m` | `:move [OPTIONS] SOURCE DESTINATION` |
|
||||
| copy | copy form | `c` | `:copy [OPTIONS] SOURCE DESTINATION` |
|
||||
| KeePass KDBX import | masked additive-import form | `K` | `:import-kdbx [--key-file PATH] [--quick-add] SOURCE` |
|
||||
| git init/status/log/diff/add/commit | Git dashboard/detail pane | — | `:git SUBCOMMAND …` |
|
||||
| git remote/config | Git dashboard | — | `:git remote …`, `:git config …` |
|
||||
| git fetch/sync | cancellable progress view | — | `:git fetch …`, `:git sync …` |
|
||||
|
||||
Reference in New Issue
Block a user