mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 09:46:50 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# keepassxc-cli
|
||||
|
||||
> Interface for KeepassXC.
|
||||
> Interface for KeePassXC.
|
||||
> More information: <https://manned.org/keepassxc-cli>.
|
||||
|
||||
- Search entries:
|
||||
@@ -14,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List the contents of a folder:
|
||||
|
||||
`keepassxc-cli ls {{path/to/database_file}} /{{path/to/directory}}`
|
||||
`keepassxc-cli ls {{path/to/database_file}} {{path/to/directory}}`
|
||||
|
||||
- Add an entry with an auto-generated password:
|
||||
|
||||
`keepassxc-cli add --generate {{path/to/database_file}} {{entry_name}}`
|
||||
`keepassxc-cli add {{[-g|--generate]}} {{path/to/database_file}} {{entry_name}}`
|
||||
|
||||
- Delete an entry:
|
||||
|
||||
@@ -30,12 +30,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Copy a TOTP code to the clipboard:
|
||||
|
||||
`keepassxc-cli clip --totp {{path/to/database_file}} {{entry_name}}`
|
||||
`keepassxc-cli clip {{[-t|--totp]}} {{path/to/database_file}} {{entry_name}}`
|
||||
|
||||
- Generate a passphrase with 7 words:
|
||||
|
||||
`keepassxc-cli diceware --words {{7}}`
|
||||
`keepassxc-cli diceware {{[-W|--words]}} 7`
|
||||
|
||||
- Generate a password with 16 printable ASCII characters:
|
||||
|
||||
`keepassxc-cli generate --lower --upper --numeric --special --length {{16}}`
|
||||
`keepassxc-cli generate {{[-lUns|--lower --upper --numeric --special]}} {{[-L|--length]}} 16`
|
||||
|
||||
Reference in New Issue
Block a user