gkeyring is no longer maintained!
This tool relies on an obsolete Python2-only library and slowly reached the end of its life. As a replacement, you can have a look at secret-tool
command included in the libsecret library or at the keyring library with a same-named command.
If you feel that gkeyring should be resurrected and modernized, please fork this project and work on your improvements. I'll gladly redirect people to your new version.
A small Python tool for shell access to GNOME keyring. It provides simple querying for and creating of keyring items.
There are some distribution packages you can use:
You can install this tool from PyPI (using pip, setuptools or distutils):
$ pip install --upgrade --user gkeyring
That will find, download and install the latest available version of the program into your home directory.
You might need to install some package dependencies when installing from PyPI:
- gnome-python2-gnomekeyring
... or, of course, you can check out this git repo directly.
Run:
$ gkeyring --help
to see instructions how to control this program.
This program is a free software, licensed under GNU AGPL 3+.
Visit the program homepage and the support forum.
Please report all bugs to the issue tracker, but don't request new features unless you have a patch for it. This program is maintained, but not further developed. If you want to work on this program, don't hesitate to contact me, I will gladly assign you to the development team.