Skip to content

JeremyLoy/2fa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command line TOTP client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages