Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.plist

launchctl load ~/Library/LaunchAgents/org.exsen.awakened.plist
```