Create Sticky Notification

An Alfred Workflow


Short Description

Create a notification using Sticky Notifications (app)

Last Updated

05 Mar 2014

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
No Yes Yes Yes No
 

Version

1.0
 

Bundle ID

com.calebgrove.sn
 

Intro

Create Sticky Notifications is an unofficial workflow that works in conjunction with Sticky Notifications (app).

Prerequisites

Usage

Create Sticky Notifications relies on multiple optional arguments to define the notification's title, subtitle, and message. These arguments are separated with a :. The complete syntax: sn Title:Subtitle:Message.

If you only use one argument (sn Drink Coffee), then that argument will become the notification message.

Notification showing "Drink Coffee"

If you use two arguments (sn To Do:Reply to Chris) then the first argument will be used for the title, and the second will be used for the message.

Notification showing "To Do: Reply to Chris"

If you use all three arguments (sn To Do:Reply to Chris:Schedule meeting for Wednesday), the first argument will become the title, second will be the subtitle, and the last argument will be the message.

Notification showing "To Do: Reply to Chris: Schedule meeting for Wednesday"