TechCraft

6 AWESOME Command Line Tools

The Tools

Installing ntfy on MacOS

In the terminal run pip3 install ntfy, then using your favourite text editor, add these three lines to the bottom of $HOME/.zshrc:

if command -v python3 > /dev/null; then
export PATH=`python3 -m site --user-base`/bin:$PATH
fi

Open a new shell and ntfy will be up and running.