Keepassxc: Difference between revisions

From wikinotes
No edit summary
Line 27: Line 27:
</source>
</source>
</blockquote><!-- install -->
</blockquote><!-- install -->
= Commandline =
<blockquote>
Aside from the actual commandline client, there are some useful params for starting keepassxc.
<syntaxhighlight lang="bash">
echo 'my-password' | keepassxc --pw-stdin /path/to/foo.kdbx  # open db, with password
</syntaxhighlight>
</blockquote><!-- Commandline -->


= Configuration =
= Configuration =

Revision as of 22:40, 8 April 2023

A fully cross platform keepass implementation.
see also keepassxc-cli.

Documentation

official docs https://keepassxc.org/docs/KeePassXC_UserGuide.html

Locations

~/.config/keepassxc/keepassxc.ini configuration

Install

sudo pacman -S keepassxc       # archlinux
gsudo choco install keepassxc  # windows

Commandline

Aside from the actual commandline client, there are some useful params for starting keepassxc.

echo 'my-password' | keepassxc --pw-stdin /path/to/foo.kdbx  # open db, with password

Configuration

General Settings

- Tools/Settings:
  - Tab: General:
    - User Interface:
      - [x] Show a system tray icon
      - [x] Hide window ti system tray when minimized

Clicking the icon will toggle hide the database.

Integrations

Browser

Officially supported browser integrations available chromium/firefox/edge based browsers.

firefox addon keepassxc
qutebrowser addon qute-keepassxc

SSH Agent

Manage access to SSH keys.

Keeshare

Share a subset of entries with others.