-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
89 additions
and
43 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
KeyMan | ||
====== | ||
# KeyMan | ||
|
||
A gnome shell extension to access the keyring in a convenient way. | ||
|
||
Simply search for your password and copy it to clipboad by clicking it. After a | ||
certain amount of time it will be removed automatically (default is 5 seconds). | ||
As this only works if the keyrings are unlocked, this extension also provides | ||
easy access to lock/unlock keyrings. Finally, this extension provides a history | ||
of the last copied passwords. | ||
Simply search for your password and copy it to clipboad by clicking it. | ||
After a certain amount of time it will be removed automatically (default is 5 seconds). | ||
As this only works if the keyrings are unlocked, this extension also provides easy access to lock/unlock keyrings. | ||
Finally, this extension provides a history of the last copied passwords. | ||
|
||
License | ||
======= | ||
# Contributing | ||
|
||
(c) 2014 David Poetzsch-Heffter <[email protected]> | ||
Contributions are always welcome. | ||
However, keep in mind [the boy scout rule](http://programmer.97things.oreilly.com/wiki/index.php/The_Boy_Scout_Rule). | ||
|
||
## Useful links | ||
|
||
* A collection of useful tips and links for developing gnome shell extensions: [http://stackoverflow.com/a/13315324/3594403]() | ||
* St library reference: [https://developer.gnome.org/st/stable/]() | ||
|
||
# License | ||
|
||
(c) 2014 David Poetzsch-Heffter <[email protected]>. | ||
This file is distributed under the same licence as the KeyMan package. | ||
See file LICENSE for details. |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"shell-version": ["3.10", "3.14", "3.16", "3.18", "3.20"], | ||
"shell-version": ["3.10", "3.14", "3.16", "3.18", "3.20", "3.22"], | ||
"original-authors": ["[email protected]"], | ||
"uuid": "[email protected]", | ||
"name": "KeyMan", | ||
"description": "Access passwords from the gnome keyring in a convenient way:\nSimply search for your password and copy it to clipboad by clicking it. After a certain amount of time it will be removed automatically (default is 5 seconds). As this only works if the keyrings are unlocked, this extension also provides easy access to lock/unlock keyrings.", | ||
"url": "https://github.com/dpoetzsch/keyman", | ||
"version": 14, | ||
"version": 15, | ||
"settings-schema": "org.gnome.shell.extensions.keyman" | ||
} |