Simple app to make trackpad treat triple tap as middle click
App can be installed from by downloading zip from Release Page
brew tap reeywhaar/tap
brew install reeywhaar/tap/middlemeDownload the release zip and install the app to /Applications:
cd /tmp && \
curl -L -o MiddleMe.zip https://github.com/Reeywhaar/middleme/releases/latest/download/MiddleMe.zip && \
unzip -o -q MiddleMe.zip && \
rm -rf /Applications/MiddleMe.app && \
mv MiddleMe.app /Applications/

