yo icon indicating copy to clipboard operation
yo copied to clipboard

Send Notification Center messages from the command line

Results 22 yo issues
Sort by recently updated
recently updated
newest added

The current behavior is for Yo to do nothing if the Yo.app bundle is double-clicked. That might be confusing for Mac users who browse their /Applications/Utilities folder and are curious...

Fixes #26 which will occur if the Yo binary is not installed in the expected location

Looking for feedback on the following, I am considering creating a PR to add the capability of having multiple actions in a notification. Similar to what is described in this...

when I got a text with "!" I get a mistake `yo_scheduler -t "Hallo" -s "Welt!"` error message: `-bash: !": event not found`

A necessary project starter at the time was to find an already built, open source command line argument parser for Swift. I included @jatoben's CommandLine project. This project has since...

In some environments, Yo will not be installed in the standard location of `/Applications/Utilities/yo.app`. The purpose of this PR is to provide an additional cmd arg of `--yo-bin` an Administrator...

`--once-and-done` or something. This would be for use when a management tool needs to tell people it's about to restart or something like that. All current console users get the...

enhancement

How hard would it be to have conditions to evaluate before sending a notification, kind of like the predicates that Munki uses? I ask because I wanted to put out...

Current behavior when no arguments are provided to yo_scheduler: ``` $ /usr/local/bin/yo_scheduler Traceback (most recent call last): File "/usr/local/bin/yo_scheduler", line 294, in main() File "/usr/local/bin/yo_scheduler", line 153, in main run_yo_with_args(yo_args)...

Is there a way to prevent users from changing the Yo alert style from Alerts to Banners or None in System Preferences -> Notifications -> Yo? It appears that you...