This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| # You need to define KEEPASS_DB_PATH as path to your KeePassXC databse and KEEPASS_CMD as your KeePassXC CLI client. E.g.: | |
| # On linux: | |
| #export KEEPASS_DB_PATH="/home/amjad/pw.kdbx" | |
| #export KEEPASS_CMD="keepassxc-cli" | |
| # On WSL (using the windows KeePassXC installation) | |
| #export KEEPASS_DB_PATH="C:\Users\amjad\pw.kdbx" | |
| #export KEEPASS_CMD="keepassxc-cli.exe" |