2fauth

Google Authenticator CLI

View project on GitHub

2FA CLI

A wrapper around @robbiev's two-factor-auth implementation: https://github.com/robbiev/two-factor-auth

To install download the appropriate file from https://github.com/Gouthamve/2fauth/releases/latest

Or run:

go get github.com/gouthamve/2fauth
Usage:
  2fauth [command]

Available Commands:
  list        list all accounts
  get         get account code
  set         set account key
  delete      delete account key
  help        Help about any command

Flags:
  -h, --help=false: help for 2fauth


Use "2fauth [command] --help" for more information about a command.