alfred-workflow-gauth icon indicating copy to clipboard operation
alfred-workflow-gauth copied to clipboard

:key: TOTP - Google Authenticator Workflow for Alfred2 (Two-Factor authentication)

Results 19 alfred-workflow-gauth issues
Sort by recently updated
recently updated
newest added

Fixes #33.

🔍 Ready for Review

`plistlib.readPlist` method was removed in Python 3.9, so the workflow with the newer versions of Python is broken. `plistlib.load` should be used to parse the plist file. ![Screenshot 2022-07-19 at...

Apple removed Python 2 support in Monterey 12.3, and the workflow is no longer functional. A rewrite into Python 3 is needed.

Waiting for #10 for total rewrite, this is a working proof-of-concept Speed is bad but we can think about using Keychain _and_ .gauth file, so the user can choose between...

enhancement
question
freeze
🚧 WIP

First Thank you for such a cool workflow. I tried this: ```text [헬로] secret = AAAAAAAAAAAAAAAA ``` but it doesn't work. When I changed `헬로` to `hello`, it works perfectly....

This is a sample of Amazon 2FA code: WIJS DMAK 3K2W 5T2T 5VOS M5MN 7LN5 XDSB B5SJ QS6N G2JW Z27W QOUQ Amazon is the second website that I see it...

pr-merged

Downloading the alfred workflow file in this repo installs a workflow still using gauth.py: ``` python gauth.py list "{query}" ``` This `gauth.py` file seems to no longer be in this...

https://github.com/google/google-authenticator/wiki/Key-Uri-Format

Check for alfred version on startup or with a specific alfred command Notify newupdates + give a changelog link Try to auto-upgrade

enhancement
freeze

If you add an account for the first time using Alfred (instead of creating the file manually), the plugin is adding some comments to the end of the configuration file....

freeze