Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewewukek/passworder
small script that autotypes passwords
https://github.com/ewewukek/passworder
autotype password-manager xorg
Last synced: 16 days ago
JSON representation
small script that autotypes passwords
- Host: GitHub
- URL: https://github.com/ewewukek/passworder
- Owner: ewewukek
- Created: 2019-01-25T20:34:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T15:21:22.000Z (over 5 years ago)
- Last Synced: 2024-11-11T04:41:27.513Z (3 months ago)
- Topics: autotype, password-manager, xorg
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### passworder
Small script that autotypes passwords.
It fetches passwords via D-Bus Secrets API from your keystore (I use GNOME Keyring),
presents them in a simple listbox and types selected one using xdotool.Keybindings:
- `Return` selects item
- `Escape` closes windowUse `addpw.py` to add passwords. Passwords may have logins attached to them. If present, passworder will type them first.
It detects browsers (currently only Chromium) and separates login from password with single `Tab` key stroke (`Return` is used for everything else, eg terminals).
Password itself is also followed by `Return` key.Dependencies:
- secretstorage
- Tk
- xdotool