From 45bb0d11161b1c5077a1415eed6dbd0fd25ccb6a Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Fri, 20 Sep 2024 14:16:56 +0200 Subject: Change dotfiles structure, and add guix-channels declaration. --- .bin/oath | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 .bin/oath (limited to '.bin/oath') diff --git a/.bin/oath b/.bin/oath deleted file mode 100755 index 7444993..0000000 --- a/.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