Skip to content
/ tfa Public

Super cool two factor authentication command line app

License

Notifications You must be signed in to change notification settings

profclems/tfa

Repository files navigation

tfa is a Super cool two factor authentication command line app

Usage

Usage:
  tfa [command]

Available Commands:
  add         Add a new account
  get         Get the OTP for an account
  help        Help about any command
  list        List the available 2fa codes
  version     show 2fa version information

Flags:
  -h, --help      help for tfa
  -v, --version   version for tfa

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

Installation

Download a binary suitable for your OS at the releases page.

If you have go installed, run:

go get -v github.com/profclems/tfa/cmd/tfa

or

go install github.com/profclems/tfa/cmd/tfa@latest

Quick Install (Bash)

You can install or update tfa with:

curl -s https://raw.githubusercontent.com/profclems/tfa/main/install.sh | sudo bash

Installs into usr/local/bin

About

Super cool two factor authentication command line app

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published