brettpoole / growl

Automatically exported from code.google.com/p/growl
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Custom GrowlNotify notification Name #583

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What feature or enhancement do you propose?
The ability to specify a custom notification name with GrowlNotify

What problem does it solve/What benefit does it provide?
A more meaningful representation in the UI of the notification sent by that 
GrowlNotify instance. 

As a further bit to this, our help command printout in GrowlNotify is wrong.  
In the initial bit, 
[-a appname]
While in the detailed list -a is also --appIcon, and the code backs up this 
interpretation.
[-n name] is generic, but backed by:
-n,--name       Set the name of the application that sends the notification
                    [Default: growlnotify]

This seems like a reasonable enough request, and next time Im touching 
GrowlNotify, Ill figure out what argument to give it

Original issue reported on code.google.com by dan...@growl.info on 26 Apr 2013 at 3:42

GoogleCodeExporter commented 8 years ago
I have these changes locally, will look them over again and get them pushed 
before we build the next GrowlNotify

Original comment by dan...@growl.info on 28 Apr 2013 at 8:53

GoogleCodeExporter commented 8 years ago
Added -N for notification name to source as of [32776cea98b3]

There were out of date arguments (not the ones mentioned above, my ability to 
understand command line is apparently bad) that I have removed from the help 
statements and added messages to the argument parser for.  Particularly html, 
port, and method options (Port might return some day, but it has been a no-op 
argument for awhile already).

Original comment by dan...@growl.info on 1 May 2013 at 3:41