julienXX / terminal-notifier

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

Idea: produce multiple terminal-notifier apps, with different icons #257

Closed vemv closed 6 years ago

vemv commented 6 years ago

Following some kind of 80%-20% rule, I'd say most users want the -appIcon option for showing the same icons (conceptually):

Given the possible icons are so few, why not create more -from your side- more apps, each with its own icon?

So when I brew install terminal-notifier, I get additionally installed terminal-notifier-success, terminal-notifier-warning, etc.

My understanding is that it would solve the various issues related to icons.

Admittedly, emitting multiple binaries is not an appealing idea, but currently for the user there's a lot of work involved in something which should be really simple.

Sorry if this was an old or wrong idea, had to try it!

Victor

julienXX commented 6 years ago

Nice try but no :) If that's something a user really want it's always possible to compile multiple versions on a local machine.