Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norio-nomura/usernotification
Demonstrate how to post NSUserNotification from CLI(without Application Bundle).
https://github.com/norio-nomura/usernotification
Last synced: 16 days ago
JSON representation
Demonstrate how to post NSUserNotification from CLI(without Application Bundle).
- Host: GitHub
- URL: https://github.com/norio-nomura/usernotification
- Owner: norio-nomura
- Created: 2013-02-04T07:53:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-04T08:02:48.000Z (almost 12 years ago)
- Last Synced: 2024-10-14T03:25:07.583Z (30 days ago)
- Language: Objective-C
- Size: 98.6 KB
- Stars: 46
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
usernotification
================
Demonstrate how to post NSUserNotification from CLI(without Application Bundle) on OS X 10.8.Install
-------
Clone repository and install `/usr/local/bin/usernotification`git clone https://github.com/norio-nomura/usernotification.git
cd usernotification
sudo xcrun xcodebuild clean install DSTROOT=/Usage
-----Usage: usernotification [-identifier ] [-title ] [-subtitle ] [-informativeText ]
Options:
-identifier NAME some existing app identifier(default: com.apple.finder)
-title TEXT title text
-subtitle TEXT subtitle text
-informativeText TEXT informative textLicense
-------(The WTFPL)
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2013 Norio Nomura
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.