CLI for getting TOTP codes from a Yubikey
  • Rust 53.5%
  • Nix 46.5%
Find a file
2023-02-03 22:25:43 +01:00
src make clipboard optional 2023-02-03 20:11:37 +01:00
.envrc init 2023-01-01 16:38:16 +01:00
.gitignore ignores 2023-01-01 16:46:25 +01:00
Cargo.lock nix: move away from naersk, opt-out clipboard 2023-02-03 22:25:43 +01:00
Cargo.toml bumb fuzzy_finder 2023-02-03 20:18:09 +01:00
flake.lock nix: move away from naersk, opt-out clipboard 2023-02-03 22:25:43 +01:00
flake.nix nix: move away from naersk, opt-out clipboard 2023-02-03 22:25:43 +01:00
README.md basic readme 2023-02-03 20:49:25 +01:00

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