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
- Host: GitHub
- URL: https://github.com/kessler/osx-notify
- Owner: kessler
- Created: 2020-07-18T15:39:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T15:49:13.000Z (almost 5 years ago)
- Last Synced: 2025-03-08T08:12:40.727Z (about 2 months ago)
- Topics: bash-script, notifications
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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