From bc591dcedf45b80f70661f33c42c68dbd581e901 Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Mon, 11 Aug 2025 17:36:57 +0200 Subject: Migrate to RDE --- files/.bin/oath | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 files/.bin/oath (limited to 'files/.bin/oath') diff --git a/files/.bin/oath b/files/.bin/oath deleted file mode 100755 index 7444993..0000000 --- a/files/.bin/oath +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -if [[ $1 ]]; then - PASS=$(oathtool -b --totp $(pass show "oath/$1")) - printf $PASS | wl-copy - echo "pass: $PASS" - echo "Password should be in your clipboard!" -else - echo "Usage: oath " - echo "Available pass:" - pass oath -fi - - -- cgit v1.2.3