4 releases
0.2.2 | Oct 21, 2019 |
---|---|
0.2.1 | Oct 14, 2019 |
0.2.0 | Oct 14, 2019 |
0.1.0 | Oct 14, 2019 |
#1003 in Authentication
18KB
310 lines
About
Extract accounts from a FreeOTP URI backup and generate codes.
Installation
⚠️ On Linux, you'll need to install X11 server dependencies required for the clipboard feature. For example on Ubuntu:
# apt install -y libxcb-shape0-dev libxcb-xfixes0-dev
You can use cargo to install auth-o-tron
easily.
$ cargo install auth-o-tron
Usage
$ auth-o-tron -h
auth-o-tron 0.2.2
USAGE:
auth-o-tron --file <file>
FLAGS:
--clipboard Save code in clipboard
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-f, --file <file> Input backup file
Dependencies
~13–25MB
~452K SLoC