0.1.2 • Published 3 years ago

totp-magic v0.1.2

Weekly downloads
5
License
WTFPL
Repository
github
Last release
3 years ago

totp-magic

Usage

npx totp-magic

The tool is configured via environment variables.

namedescription
OTP_URIrequired - URI according to RFC 4226
OTP_PREFIXoptional - output before the code
OTP_SUFFIXoptional - output after the code

If an error occurs the tool exits with status code 1.

Output

The following info is written to stdout without a new line separator:

{prefix}{code}{suffix}

History

0.1.2 - npx hopefully working

0.1.0 - initial release

  • basic functionality established
0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago