julienXX / terminal-notifier

Send User Notifications on macOS from the command-line.
Other
6.38k stars 330 forks source link

Cannot open url although ACTIONCLICKED is seen in terminal when I tap on 'Show' #221

Closed khantthulinn closed 6 years ago

khantthulinn commented 7 years ago

I am trying to run this command and when I tap on 'Show', it doesn't open webpage.

$ terminal-notifier -title '💰' -message 'Check your Apple stock!' -open 'http://finance.yahoo.com/q?s=AAPL'

I saw in my terminal like this. It look like it trigger action but it doesn't open webpage. How shall I do?

Khants-MacBook-Pro-2:OneChangi khantthulinn$ terminal-notifier -title '💰' -message 'Check your Apple stock!' -open 'http://finance.yahoo.com/q?s=AAPL' 2017-05-24 09:55:56.986 terminal-notifier[4700:31084] @ACTIONCLICKED Khants-MacBook-Pro-2:OneChangi khantthulinn$

julienXX commented 7 years ago

It's a bug, you can add a -reply option in the meantime as a workaround.

julienXX commented 6 years ago

Version 2.0.0 as been released with alerter features removed https://github.com/julienXX/terminal-notifier/releases/tag/2.0.0 so this issue should be fixed. Closing for now, feel free to re-open if it's not the case.