4个版本
| 0.2.2 | 2019年10月21日 | 
|---|---|
| 0.2.1 | 2019年10月14日 | 
| 0.2.0 | 2019年10月14日 | 
| 0.1.0 | 2019年10月14日 | 
#865 在 身份验证
每月 31 次下载
18KB
310 代码行
 
关于
从FreeOTP URI备份中提取账户并生成代码。
安装
⚠️ 在Linux上,您需要安装剪贴板功能所需的X11服务器依赖项。例如在Ubuntu上
# apt install -y libxcb-shape0-dev libxcb-xfixes0-dev
您可以使用cargo轻松安装 auth-o-tron。
$ cargo install auth-o-tron
使用
$ 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
依赖项
~12–24MB
~460K SLoC