Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/icelam/totp-cli
- Owner: icelam
- Created: 2021-09-14T12:43:03.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-01T02:13:33.000Z (9 months ago)
- Last Synced: 2024-05-02T04:04:19.944Z (6 months ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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 .
```