Because of this it is important to note that you cannot combine this with options like -execute , -open , and -activate which depend on the sender of the notification to be ‘alerter’ to perform its work.
But, I can't find any detail on what -execute , -open , and -activate do. I've played with adding them to my Alerter call (e.g. -open "/System/Applications/TextEdit.app"). but nothing happens.
I can't find any reference to them in the code so, are they planned for the future ?
I think this is documentation mistake. Possible an artifact of merging and diverging or sharing parts of julienXX/terminal-notifier where these flags are valid.
The readme info on Alerter says:
But, I can't find any detail on what -execute , -open , and -activate do. I've played with adding them to my Alerter call (e.g. -open "/System/Applications/TextEdit.app"). but nothing happens.
I can't find any reference to them in the code so, are they planned for the future ?
Thanks.