Keychain OTP

An Alfred Workflow


Short Description

manage OTP tokens right from Alfred

Last Updated

14 Dec 2020

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

0.1
 

Bundle ID

com.github.joeyboey.alfredotp
 

Author

Tags

Alfred OTP

Alfred workflow to generate OTP secured in keychain. In addition to that, Alfred will lookup all available tokens to simplify the search.

How to

  • add a new OTP service and token: otp+ [service] [token]

add new token

  • generate OTP for a service: otp [service]. OTP will be copied to clipboard
  • if you start typing, all available tokens that match the query will show up

generate otp

Prerequisites

  • Install oathtool via brew install oath-toolkit
  • Keychain

Credits

It's @caalberts work.

I only changed the live output to query all available tokens.