
keepassxc-cli
List of commands for keepassxc-cli:
-
keepassxc-cli:tldr:09c7d keepassxc-cli: Search entries.$ keepassxc-cli lookup ${path-to-database_file} ${name}try on your machineexplain this command
-
keepassxc-cli:tldr:11237 keepassxc-cli: Add an entry with an auto-generated password.$ keepassxc-cli add --generate ${path-to-database_file} ${entry_name}try on your machineexplain this command
-
keepassxc-cli:tldr:5770d keepassxc-cli: Copy a TOTP code to the clipboard.$ keepassxc-cli clip --totp ${path-to-database_file} ${entry_name}try on your machineexplain this command
-
keepassxc-cli:tldr:993a8 keepassxc-cli: Delete an entry.$ keepassxc-cli rm ${path-to-database_file} ${entry_name}try on your machineexplain this command
-
keepassxc-cli:tldr:ae6ce keepassxc-cli: Generate a password with 16 printable ASCII characters.$ keepassxc-cli generate --lower --upper --numeric --special --length ${16}try on your machineexplain this command
-
keepassxc-cli:tldr:bbbb6 keepassxc-cli: List the contents of a folder.$ keepassxc-cli ls ${path-to-database_file} ${-path-to-directory}try on your machineexplain this command
-
keepassxc-cli:tldr:cd975 keepassxc-cli: Copy an entry's password to the clipboard.$ keepassxc-cli clip ${path-to-database_file} ${entry_name}try on your machineexplain this command
-
keepassxc-cli:tldr:eb8e9 keepassxc-cli: Generate a passphrase with 7 words.$ keepassxc-cli diceware --words ${7}try on your machineexplain this command