Created
August 20, 2014 18:50
-
-
Save very-emmazing/7838be279bae65ee95c6 to your computer and use it in GitHub Desktop.
KeePass startup script
This file contains 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
[Desktop Entry] | |
Name=KeePass | |
GenericName=Passwortspeicher | |
Comment=Autostart KeePass with password from keyring | |
Exec=/home/florian/.bin/keepass.sh | |
Terminal=false | |
Type=Application | |
Icon=keepassx | |
Categories=Network;FileTransfer; | |
StartupNotify=false |
This file contains 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 | |
# start up keepass with passwort from gnome keyring | |
/home/florian/.mutt/scripts/kr.py get keepass|keepass2 -pw-stdin /home/florian/Keepass/KP.kdbx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment