- Put a URL on the clipboard.
- Insert a Yubikey with CCID on. (This is why the script is called ykgodot: first it waits for a URL then it waits for a Yubikey. So much waiting.)
- pass will be called automatically to copy the password for the domain of the URL. We use tldextract to find the domain.
- On Linux (tested) and Mac OS X (untested) a notification will appear about the successful copying.
Optionally, install the copy url extension into Chrome.
pip can install pyperclip, retrying and tldextract. No other dependencies.
Note https://github.com/passff/passff is infinitely better.