vjeantet / alerter

Send User Alert Notification on Mac OS X from the command-line.
MIT License
930 stars 62 forks source link

Option to remove "Close" & "Show" buttons #7

Closed moshed closed 7 years ago

moshed commented 7 years ago

is it possible to have the option to remove these buttons. the only option i see are to change the labels. the original project https://github.com/julienXX/terminal-notifier defaults to this if you activate a simple terminal-notifier -message "test" but adding more things causes the buttons to show

vjeantet commented 7 years ago

Hello, I do not commit more on this repo, @JulienXX merged this repo, into terminal-notifier.

Can you elaborate on why do you still use/prefer alerter ? It will help Julien to improve its app or convince me to continue to maintain alerter

moshed commented 7 years ago

i just discovered this today but from what ive seen your fork is a simple script while his is a full blown .app and his doesnt allow you to use a url as -contentImage=<value>

julienXX commented 7 years ago

@moshed terminal-notifier accepts URL as contentImage value (only https but http support is coming soon).

moshed commented 7 years ago

oh i think that was the issue. but either way i prefer your fork because it allows me to have just the script and not the whole .app bundle

vjeantet commented 7 years ago

Issue created here https://github.com/julienXX/terminal-notifier/issues/193

moshed commented 7 years ago

thanks!