Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 672 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 672 Bytes

2fa

Code style: black

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

Local Development

Install pipenv

pipenv sync --dev

This automatically configures a venv as well as installing twofa as an editable package.

Installation outside of venv

TODO