A rofi frontend to quickly access your keepass file
pip install -r requirements.txt --user
or
virtualenv -p python3 virtualenv
pip install -r requirements.txt
Following packages are needded:
- xdotool
- xclip
Create a keybinding which launches the script like...
python rofi-keepass.py --database /path/to/your/keepass.kdbx
| Shortcut | Action |
|---|---|
| Enter | Copy password to clipboard |
| Alt+1 | Type All |
| Alt+2 | Type User |
| Alt+3 | Type Password |