3.0.0 • Published 6 years ago

totp-cli v3.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

node-totp-cli

npm version npm downloads dependency Status devDependency Status

Insert/Generate a TOTP for a service from pass. Inspired by totp-cli

Requirements

Installation

npm i -g totp-cli

Use

Insert a new service

totp insert <service>
? Enter code for <service>: ************
? Re-Enter code for <service>: ************

Generate code for a service. Print and copy to clipboard the code.

totp generate <service>
123456

License

MIT