18 lines
222 B
Markdown
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
|
|
```
|