Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 666 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 666 Bytes

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.