luksen / gkcli

Gnome Keyring command line interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set a password

echo somepass | gkcli set somekey

or, if you don't want somepass in your history just

gkcli set somekey

and enter the password

use with offlineimap

[general]
pythonfile = offlineimap.py

remotepasseval = get_password("somekey")

use with msmtp

passwordeval	"gkcli get somekey; echo"

About

Gnome Keyring command line interface

License:Apache License 2.0


Languages

Language:C 94.5%Language:Python 5.5%