julienXX / terminal-notifier

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

Including -sender option notification doesn't pop up #229

Closed tshu-w closed 4 years ago

tshu-w commented 7 years ago

Please check everything that applies to your issue:

To help us debug your issue please include:

[terminal] ~$ terminal-notifier -title foo -message bar
[terminal] ~$ # Notification pops up
[terminal] ~$ terminal-notifier -title foo -message bar -sender 'com.apple.Terminal'
[terminal] ~$ # Notification doesn't pops up, but can be found in Notification Center.

Some issue in iterm2

[iterm2] ~$ terminal-notifier -title foo -message bar -sender 'com.googlecode.iterm2'
[iterm2] ~$ # Notification doesn't pops up, but can be found in Notification Center.
julienXX commented 7 years ago

Hi @Voleking I think your issue is a duplicate of #216 do you confirm?

tshu-w commented 7 years ago

@julienXX yeah, sorry I didn't see it.

tshu-w commented 4 years ago

@julienXX This issue is still there but #216 was closed, so I reopen it again. see https://github.com/julienXX/terminal-notifier/issues/216#issuecomment-616864111