undefined

## About Extract accounts from a FreeOTP URI backup and generate codes. ## Installation > :warning: 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. ```bash $ cargo install auth-o-tron ``` ## Usage ```bash $ auth-o-tron -h auth-o-tron 0.2.2 USAGE: auth-o-tron --file FLAGS: --clipboard Save code in clipboard -h, --help Prints help information -V, --version Prints version information OPTIONS: -f, --file Input backup file ```