totp

CLI tool for generating TOTP codes.

Usage

```

lists usage information

totp -h totp --help ```

```

generates a code for the specified secret

totp ```

```

reads the secret from stdin and generates a code

echo | totp ```

License

MIT © Stipe Kotarac (https://github.com/kotarac)