All Projects → dpoetzsch → keyman

dpoetzsch / keyman

Licence: GPL-3.0 License
A gnome shell extension to access the keyring in a convenient way

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to keyman

gnome-pass-search-provider
Pass password manager search provider for gnome-shell
Stars: ✭ 52 (+205.88%)
Mutual labels:  password-manager, gnome
revelation
Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.
Stars: ✭ 52 (+205.88%)
Mutual labels:  password-manager, gnome
nautilus-right-click-new-file
Add a right click context menu in Nautilus to add new documents for Linux desktop.
Stars: ✭ 23 (+35.29%)
Mutual labels:  gnome
Secupass
Password Manager Application Built In Laravel.
Stars: ✭ 27 (+58.82%)
Mutual labels:  password-manager
cast control
📺 Control Chromecasts from Linux and D-Bus
Stars: ✭ 443 (+2505.88%)
Mutual labels:  gnome
coffer
Simple password manager built on top of Go, React, and Electron
Stars: ✭ 23 (+35.29%)
Mutual labels:  password-manager
web
Cloverleaf is a free, open source app to replace your password manager without storing your passwords anywhere.
Stars: ✭ 33 (+94.12%)
Mutual labels:  password-manager
Fuchsia
Google Fuchsia theme (based on preview colors and Android theme)
Stars: ✭ 15 (-11.76%)
Mutual labels:  gnome
secretin-app
Open source secret manager with sharing capability
Stars: ✭ 29 (+70.59%)
Mutual labels:  password-manager
notes-extension-gnome
A GNOME Shell extension providing customizable sticky notes
Stars: ✭ 64 (+276.47%)
Mutual labels:  gnome
Playhouse
A Playground for HTML/CSS/JavaScript
Stars: ✭ 28 (+64.71%)
Mutual labels:  gnome
mtodo
Simple Todo Software For GNU/Linux
Stars: ✭ 12 (-29.41%)
Mutual labels:  gnome
gnome-shell-extension-extensions
gnome shell extension to enable/disable extension easily via a panel menu
Stars: ✭ 37 (+117.65%)
Mutual labels:  gnome
Abrus-gtk-theme
Abrus is a stylish Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 25 (+47.06%)
Mutual labels:  gnome
ModernKeePass
KDBX password manager for the Windows Store
Stars: ✭ 29 (+70.59%)
Mutual labels:  password-manager
yaru-remix
My Novice approach for yaru-remix
Stars: ✭ 57 (+235.29%)
Mutual labels:  gnome
blur-my-shell
Extension that adds a blur look to different parts of the GNOME Shell, including the top panel, dash and overview
Stars: ✭ 516 (+2935.29%)
Mutual labels:  gnome
KeePassTouch
Ubuntu Touch Version of KeePass (QML & C++)
Stars: ✭ 20 (+17.65%)
Mutual labels:  password-manager
keywi
Minimalistic Keepass plugin using Web Extensions and KeepassHTTP.
Stars: ✭ 33 (+94.12%)
Mutual labels:  password-manager
Snowflake
NixOS Flake Configuration.
Stars: ✭ 22 (+29.41%)
Mutual labels:  gnome

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.

Contributing

Contributions are always welcome.

Note that keyringDbus.js is auto-generated and copied from gnome-keyring-js. Any changes to this file should occur in this repository.

Development

Install dev environment: npm install

Run prettier: npm run prettier

Run linter: npm run lint

Deploying

Locally, for testing:

./deploy.sh

Build a package for extension.gnome.org:

./deploy.sh zip

Releasing

  1. Update the version number in metadata.json
  2. Tag the version in the repository: git tag -a vXX
  3. Create a bundle: ./deploy.sh zip
  4. Upload to extensions.gnome.org

Useful links

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].