diff options
Diffstat (limited to 'bin/id')
-rwxr-xr-x | bin/id | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,6 +0,0 @@ -#! /bin/bash -PWD_DIR="$HOME/.password-store" -[[ ! -z $(readlink ${PWD_DIR}) ]] && PWD_DIR=$(readlink ${PWD_DIR}) -PASSWORDS=$(locate "${PWD_DIR}/**/*.gpg") -TARGET=$(echo "${PASSWORDS//"$PWD_DIR/"/}" | dmenu -i -p "Get identifier for:") -basename $TARGET .gpg | xclip -i |