#!/bin/bash
entry=$(ykman --device 7800345 oath list | rofi -dmenu -p "yubikey:")
ykman --device 7800345 oath code -s "$entry" | xdotool type --clearmodifiers --file -
