From ed3247215406b1d3d98b2b6769aabf4949a27150 Mon Sep 17 00:00:00 2001 From: Til Blechschmidt Date: Tue, 31 Oct 2017 23:03:40 +0100 Subject: [PATCH] Added notification Since copying the password might take some time a little feedback is nice to have. --- pass-show.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pass-show.sh b/pass-show.sh index 28123e2..af31213 100755 --- a/pass-show.sh +++ b/pass-show.sh @@ -16,3 +16,4 @@ fi # PASS #pass show "$QUERY" | awk 'BEGIN{ORS=""} {print; exit}' | pbcopy pass show -c "$QUERY" +osascript -e 'display notification "Copied password to clipboard" with title "Unix pass"'