瀏覽代碼

use xsel to copy otp so gmrun can be used

Casey DeLorme 2 年之前
父節點
當前提交
d1e3aa5861
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      install/usr/local/bin/otp

+ 3 - 1
install/usr/local/bin/otp

@@ -3,4 +3,6 @@ if [ -z "TOTP" ]; then
 	echo "please export TOTP with your authentication code"
 	exit 1
 fi
-oathtool --base32 --totp "$TOTP"
+OTP=$(oathtool --base32 --totp "$TOTP")
+echo "$OTP" | xsel -ib
+echo "$OTP"