continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/tag Build is failing
Details
|
2 months ago | |
---|---|---|
ykoath@fd081cb213 | 2 years ago | |
.drone.yml | 2 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 2 years ago | |
.pre-commit-config.yaml | 2 months ago | |
8486DCAA-AFB7-407D-A0E9-E57E09997B24.png | 5 years ago | |
LICENSE.txt | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 months ago | |
go.sum | 2 months ago | |
icon.png | 5 years ago | |
info.plist | 2 months ago | |
magefile.go | 2 months ago | |
main.go | 2 years ago | |
password-prompt.js | 3 years ago | |
set_version.sh | 3 years ago |
README.md
Alfred Yubico Auth
This workflow allows quick searching and filling, and copying of OTP codes from a supported Yubikey.
So far, it has been tested with a Yubikey NEO on a MacBook Pro running macOS Catalina. I have no other devices to test with, but bug reports and patches may still be reviewed.
Cloning
Currently this package depends on a fork of yawn/ykoath. To allow this to be built directly from this repo, the fork is added as a git submodule. This can be cloned using git clone --recurse-submodules
or cloning normally and then executing git submodule update --init
. Once the change has been merged upstream, the submodule and this notice will go away.
Building
Building requires mage
To see all targets and their descriptions, run mage -l
. The most basic ones are as follows:
mage install
: Build and install into your local machine for testingmage dist
: Build bundle for distribution
Credits
This uses deanishe/awgo to interface with Alfred and yawn/ykoath for interracting with the Yubikey