Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uasi/awakened
executes given command when Mac wakes up
https://github.com/uasi/awakened
Last synced: about 7 hours ago
JSON representation
executes given command when Mac wakes up
- Host: GitHub
- URL: https://github.com/uasi/awakened
- Owner: uasi
- License: unlicense
- Created: 2014-06-26T13:18:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T13:21:58.000Z (over 10 years ago)
- Last Synced: 2023-04-14T01:30:57.037Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# awakened - executes given command when Mac wakes up
## Install
```
make
cp awakened /path/to/bin
```## Usage
```
awakened /full/path/to/executable args...
```## Install launchd.plist
```
cp org.exsen.awakened.plist.sample ~/Library/LaunchAgents/org.exsen.awakened.plist
$EDITOR ~/Library/LaunchAgents/org.exsen.awakened.plistlaunchctl load ~/Library/LaunchAgents/org.exsen.awakened.plist
```