All Projects → groob → yo-yo

groob / yo-yo

Licence: other
Like outset for yo.

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to yo-yo

vue-over-body
Create modals, sidebars, notifications, pop ups with css transitions!
Stars: ✭ 38 (+100%)
Mutual labels:  notifications
homely
🏠 - A bunch of mosquittos. IoT wiring and notification framework, with an unix style.
Stars: ✭ 15 (-21.05%)
Mutual labels:  notifications
github-label-notify
📫 Get notified about new issues with specific label
Stars: ✭ 18 (-5.26%)
Mutual labels:  notifications
PUSHTestFCM
[FireMonkey] Push test project
Stars: ✭ 17 (-10.53%)
Mutual labels:  notifications
react-native-open-notification
www.npmjs.com/package/react-native-open-notification
Stars: ✭ 23 (+21.05%)
Mutual labels:  notifications
wearable
Android Wear/ Wear OS Examples
Stars: ✭ 67 (+252.63%)
Mutual labels:  notifications
webpush-example
A basic push notifications app built on Laravel and Vanilla Javascript.
Stars: ✭ 26 (+36.84%)
Mutual labels:  notifications
growl
🐯 Growl Notifications with PHP
Stars: ✭ 14 (-26.32%)
Mutual labels:  notifications
corpwechatbot
企业微信的python封装接口,简易上手,开箱即用,一行代码实现消息推送。A more convenient python wrapper interface of corpwechat(wework, wecom) official API, use only one line of code to send your messages to your corpwechat(wework, wecom) .
Stars: ✭ 119 (+526.32%)
Mutual labels:  notifications
PushMeBaby
iOS Push Notification Debug App. You can use this app during iOS Push Notification (development or production) to push notifications on your device from your Mac.
Stars: ✭ 47 (+147.37%)
Mutual labels:  notifications
Dracker
An iOS and React App to track debt and send/receive payments.
Stars: ✭ 22 (+15.79%)
Mutual labels:  notifications
cloud-build-notifiers
Notifier images for Cloud Build, complete with build status filtering and Google Secret Manager integration
Stars: ✭ 79 (+315.79%)
Mutual labels:  notifications
fluffychat
+++++Moved to GitLab+++++
Stars: ✭ 47 (+147.37%)
Mutual labels:  notifications
ember-cli-new-version
A convention based update notification for Ember. With this addon, you can detect a new version and notify the user to refresh the page
Stars: ✭ 22 (+15.79%)
Mutual labels:  notifications
php-onesignal-sdk
PHP SDK for OneSignal RESTful API
Stars: ✭ 19 (+0%)
Mutual labels:  notifications
swift-sdk
Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
Stars: ✭ 65 (+242.11%)
Mutual labels:  notifications
Graphical notifications Zabbix
No description or website provided.
Stars: ✭ 77 (+305.26%)
Mutual labels:  notifications
abstract notifier
ActionMailer-like interface for any type of notifications
Stars: ✭ 105 (+452.63%)
Mutual labels:  notifications
content-reminder
⏰ A GitHub Action that reminds you to share your own content
Stars: ✭ 28 (+47.37%)
Mutual labels:  notifications
spontit-api-python-wrapper
Send functional, flexible push notifications to iOS, Android, and desktop devices (without your own app or website).
Stars: ✭ 35 (+84.21%)
Mutual labels:  notifications

Like outset for yo

yo-yo traverses a directory for json or plist formatted code parameters for Yo, and creates notifications using yo. Installing a LaunchAgent to watch a directory and trigger yo-yo allows applications running as root to deliver notifications to the session. yo-yo deletes the notification file after successfully executing yo, promising at most once delivery. This won't work in a multi user context.

Notification file example: The keys in the json or plist file mirror yo's cli flags.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>title</key>
    <string>Foo</string>
    <key>subtitle</key>
    <string>bar</string>
</dict>
</plist>

yo-yo accepts the following options:

  • -n: The directory containing the files for notifications.
  • -p: The path to the Yo executable. Defaults to /usr/local/bin/yo.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].