Work in progress workflow to input 2FA codes from Yubikeys
Go to file
IamTheFij b01ca5eefe A bit better password handling 2019-04-10 14:48:25 -07:00
alfred_yauth A bit better password handling 2019-04-10 14:48:25 -07:00
.gitignore Improve virtualenv and installation 2018-04-12 17:09:50 -07:00
.pre-commit-config.yaml Add first mostly working version 2017-08-07 10:52:23 -07:00
8486DCAA-AFB7-407D-A0E9-E57E09997B24.png Improve virtualenv and installation 2018-04-12 17:09:50 -07:00
Makefile Improve virtualenv and installation 2018-04-12 17:09:50 -07:00
README.md Improve virtualenv and installation 2018-04-12 17:09:50 -07:00
icon.png Improve virtualenv and installation 2018-04-12 17:09:50 -07:00
info.plist Improve virtualenv and installation 2018-04-12 17:09:50 -07:00
replace-workflow.sh Improve virtualenv and installation 2018-04-12 17:09:50 -07:00
requirements.txt Add first mostly working version 2017-08-07 10:52:23 -07:00
set_version.sh Improve virtualenv and installation 2018-04-12 17:09:50 -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

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.

  • Requires some to be installed with a package manager
  • 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.
  • Error handling is terrible right now. If things don't work, check the debug log in Alfred

Installation

Clone this repo

git clone https://git.iamthefij.com/iamthefij/alfred-yubico-auth.git

Either install your dependencies manually or, if you have MacPorts, you can use:

make install-ports

Otherwise you need to install swig swig-python ykpers libu2f-host libusb some other way.

Finally up the virtualenv and install to your Alfred with

make install

Credits

Uses the amazing deanishe/alfred-workflow package