Skip to content

jeremymatthews/usernotification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

usernotification

This command-line tool can be used to create user-based notifications from the Notification Center in 10.7 (or greater)

Install

Clone repository and install /usr/local/bin/usernotification

git clone https://github.com/jeremymatthews/usernotification.git
cd usernotification
sudo xcrun xcodebuild clean install DSTROOT=/

Usage

Usage: usernotification [-identifier <identifier>] [-title <title>] [-subtitle <subtitle>] [-informativeText <text>]

Options:
    -identifier NAME        some existing app identifier(default: com.apple.finder)
    -title TEXT             title text
    -subtitle TEXT          subtitle text
    -informativeText TEXT   informative text

License

Coming soon.

About

Create notifications without the app bundle garbage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%