1.0.5
This release offers support for continuous output using the --follow
flag.
With continuous output, a new code is generated on the minute and half-minute, then output to the terminal This is similar to the continuously updating codes you may be accustomed to in the apps on your mobile device.
$ totp --follow mysecretname
322240
872373
395948
This feature is also compatible with the --time
, --forward
, and --backward
flags.
$ totp --follow --time 2019-06-01T20:00:00-05:00 --backward 1h --forward 30m mysecretname
292801
741368
414478