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

https://github.com/kessler/osx-notify

A osx only bash/applescript that creates a notification when a process is finished
https://github.com/kessler/osx-notify

bash-script notifications

Last synced: about 2 months ago
JSON representation

A osx only bash/applescript that creates a notification when a process is finished

Awesome Lists containing this project

README

        

# generic notify script for osx

A osx only _bash/applescript_ that creates a notification when a process is finished, using it's output (stdout) as the notification's content.

## Usage

```
echo 123 | notify
```

![screenshot][screenshot.jpg]

## installation

1. clone this repo or directly copy the content of [notify][notify] to a bin folder on your system (eg. /usr/local/bin or ~/bin)
2. `chmod +x path_to/notify`

[screenshot.jpg]: screenshot.jpg
[notify]: notify