otp/README.md
mariusschellenberger f2f49009fe initial commit
2019-08-22 08:57:19 +02:00

18 lines
222 B
Markdown

# otp - a simple TOTP code generator written in go
## Usage
```
$ ./otp -h
Usage of ./otp:
-loop
print new code every 30 seconds
```
## Example
```
$ ./otp
Enter secret key:
Code: 123456 Seconds left: 23
```