Work in progress workflow to input 2FA codes from Yubikeys
Go to file
IamTheFij 0b599cfd37 Add first mostly working version 2017-08-07 10:52:23 -07:00
src Add first mostly working version 2017-08-07 10:52:23 -07:00
.gitignore Initial commit 2017-08-07 10:20:22 -07:00
.pre-commit-config.yaml Add first mostly working version 2017-08-07 10:52:23 -07:00
Makefile Add first mostly working version 2017-08-07 10:52:23 -07:00
README.md Initial commit 2017-08-07 10:20:22 -07:00
requirements.txt Add first mostly working version 2017-08-07 10:52:23 -07:00
set_version.sh Add first mostly working version 2017-08-07 10:52:23 -07:00
setup.py Add first mostly working version 2017-08-07 10:52:23 -07:00
tox.ini Add first mostly working version 2017-08-07 10:52:23 -07:00
vendor.py Add first mostly working version 2017-08-07 10:52:23 -07:00

README.md

Alfred Yubico Auth

An Alfred Workflow for auto filling authentication codes stored on your Yubikey.

Notes

This is definitely a work in progress. There are a lot of rough edges yet to be polished, but here it goes.

  • There is no way to input your key password through the UI yet. Do that with make set-password and then it should work fine.
  • Does not bundle dylibs for you. Hanve't quite figured out what needs to be done to make this portable
  • Requires MacPorts to install dependencies
  • Error handling is terrible right now. If things don't work, check the debug log in Alfred

Credits

Uses the amazing deanishe/alfred-workflow package