Skip to content

mattmc3/alfred-workflow-gauth

 
 

Repository files navigation

Alfred Workflow: Google Authenticator

Build Status

An Alfred 2 workflow for Google Authenticator / a.k.a. Two-Factors Authentication / a.k.a. Time-Based Authentication Token / a.k.a. TOTP

An Alfred workflow equivalent of the mobile applications Google Authenticator and Authy.

I personally use it on Gmail, Amazon AWS, Github, Facebook, Evernote and Dropbox

A bigger list is available on Wikipedia

Installation

Create a ~/.gauth file with your secrets, ie:

[google - bob@gmail.com]
secret=xxxxxxxxxxxxxxxxxx

[evernote - robert]
secret=yyyyyyyyyyyyyyyyyy

Download and import to Alfred

Dependencies

  • Alfred 2 or 3 with PowerPack
  • Python >= 2.7

Non-exhaustive list of links for "secret" installation

Links

Acknowledgment

License

MIT

Packages

No packages published

Languages

  • Python 93.3%
  • Shell 6.7%