Skip to content
/ ykgodot Public

Waits for a URL to be copied then a Yubikey to be inserted then calls pass to copy a password

Notifications You must be signed in to change notification settings

chx/ykgodot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

  1. Put a URL on the clipboard.
  2. 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.)
  3. pass will be called automatically to copy the password for the domain of the URL. We use tldextract to find the domain.
  4. 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.

About

Waits for a URL to be copied then a Yubikey to be inserted then calls pass to copy a password

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages