Skip to content

Commit

Permalink
Added notification
Browse files Browse the repository at this point in the history
Since copying the password might take some time a little feedback is nice to have.
  • Loading branch information
TilBlechschmidt authored Oct 31, 2017
1 parent eb60508 commit ed32472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pass-show.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"'

0 comments on commit ed32472

Please sign in to comment.