Skip to content

konsumer/2facli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a tool for managing (Google Authenticator) 2FA codes, in the console. You can use it to get codes or QR codes to add them to another device.

installation

npm i -g 2facli

You can also run it without installing:

npx -y 2facli --help

usage

Run 2fa --help for some help.

tab-completion

You can setup tab-completion, if you use bash:

2fa completion >> ~/.bashrc

or add this for zsh:

printf "\nautoload -U +X compinit && compinit\n" >> ~/.zshrc
2fa completion >> ~/.zshrc

About

Easy 2FA codes, on teh command-line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published