https://github.com/profclems/tfa
Super cool two factor authentication command line app
https://github.com/profclems/tfa
Last synced: 9 months ago
JSON representation
Super cool two factor authentication command line app
- Host: GitHub
- URL: https://github.com/profclems/tfa
- Owner: profclems
- License: mit
- Created: 2020-12-03T18:02:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T23:59:37.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T18:12:37.036Z (9 months ago)
- Language: Go
- Size: 258 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
`tfa` is a Super cool two factor authentication command line app
## Usage
```sh
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](https://github.com/profclems/tfa/releases/latest) 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:
```bash
curl -s https://raw.githubusercontent.com/profclems/tfa/main/install.sh | sudo bash
```
Installs into `usr/local/bin`