Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Who23/nchook

🪝 A hook into MacOS's notification center.
https://github.com/Who23/nchook

Last synced: 3 months ago
JSON representation

🪝 A hook into MacOS's notification center.

Awesome Lists containing this project

README

        

# nchook

A hook into macOS's notification center, to run a script when a notification sent.

![On a notification being sent, the hook script is triggered which sends the app, title, body, and time of the notification o a listening netcat server](demo.gif)

## Installation
With homebrew:
`brew install who23/formulae/nchook`

## Usage
Start the nchook daemon with `brew services start nchook`

Create or symlink an executable file at `~/.config/nchook/nchook_script`. This script will
be run as `nchook_script APP TITLE BODY TIME`. Note that TIME is a unix timestamp in
seconds.