mirror of
https://github.com/icewind1991/ykoauth-cli.git
synced 2026-06-03 20:14:08 +02:00
basic readme
This commit is contained in:
parent
9c3e7096d7
commit
03f11afb51
1 changed files with 27 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
# ykoauth-cli
|
||||||
|
|
||||||
|
CLI for getting TOTP codes from a Yubikey
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
|
Simply insert your yubikey and run `ykoauth-cli` and you'll get a fuzzy-searchable list of token stored on the yubikey
|
||||||
|
|
||||||
|
```
|
||||||
|
Nextcloud:example
|
||||||
|
Google:example@gmail.com
|
||||||
|
Amazon:me@example.com
|
||||||
|
PayPal:example
|
||||||
|
DigitalOcean:me@example.com
|
||||||
|
Patreon:me@example.com
|
||||||
|
HackerOne:example
|
||||||
|
> Microsoft:me@example.com
|
||||||
|
|
||||||
|
$
|
||||||
|
```
|
||||||
|
|
||||||
|
Once a token is selected it will be printed and, if the (default) `clipboard` feature is enabled, copied to clipboard.
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
- `pcsclite` for communicating with the yubikey
|
||||||
|
- `libX11` (optional) for the `clipboard` feature
|
||||||
Loading…
Add table
Add a link
Reference in a new issue