Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icelam/totp-cli

CLI for generating TOTP code used for MFA since I am too lazy to open my phone.
https://github.com/icelam/totp-cli

Last synced: 25 days ago
JSON representation

CLI for generating TOTP code used for MFA since I am too lazy to open my phone.

Awesome Lists containing this project

README

        

# TOTP CLI

Generates TOTP code for MFA using terminal.

## Prerequisites

* Node >= 12 installed

## Install

```bash
git clone https://github.com/icelam/totp-cli.git
cd ./totp-cli/
yarn
yarn build
cd ../
npm install -g ./totp-cli/
```

### Usage

```
Usage:
totp [command]

Available Commands:
set --name --uri
Save provided into config under configuration set named .

list
List all the available configuration set


Generate TOTP using configuration set .
```