uluyol / xmenu

Dmenu clone for OSX
MIT License
33 stars 9 forks source link

Would it be nice to add notifications to xpassmenu? #3

Closed boogie666 closed 6 years ago

boogie666 commented 6 years ago

Hello,

I just came across this:

osascript -e "display notification \"$password has been copied to clipboard\" with title \"xpassmenu\""

I think it goes well in xpassmenu. should i add it in?

(it displays a notification that the selected password has been copied to clipboard)

uluyol commented 6 years ago

I normally don't like when programs point out the obvious. Since this is password copying though, a little paranoia is probably OK.

This change sounds good to me.

boogie666 commented 6 years ago

I'll add it and submit a PR soon, cheers.