M3NIX / rofi-keepass

A rofi frontend to quickly access your keepass file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rofi-keepass

A rofi frontend to quickly access your keepass file

Installing

pip install -r requirements.txt --user

or

virtualenv -p python3 virtualenv
pip install -r requirements.txt

Following packages are needded:

  • xdotool
  • xclip

Usage

Create a keybinding which launches the script like...

python rofi-keepass.py --database /path/to/your/keepass.kdbx

Keyboard shortcuts

Shortcut Action
Enter Copy password to clipboard
Alt+1 Type All
Alt+2 Type User
Alt+3 Type Password

About

A rofi frontend to quickly access your keepass file

License:MIT License


Languages

Language:Python 100.0%