Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 window

Use `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