Skip to content

Latest commit

History

History
16 lines (11 loc) 路 581 Bytes

README.md

File metadata and controls

16 lines (11 loc) 路 581 Bytes

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

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.