CLI for Time-Based OTP codes.
twofa add github $SECRETKEY
twofa copy github # copies OTP to clipboard
twofa # lists all registered services and their current OTP
twofa --json # same as above but in a machine readable format
twofa remove github # removes the service
Install pipenv
pipenv sync --dev
This automatically configures a venv as well as installing twofa as an editable package.
TODO