/macos-alert

A tool to show a alert windows in shell scripts on MacOS.

Primary LanguageC++

macos-alert

English 中文

A tool to show a alert windows in shell scripts on MacOS.

preview.png

Usage

./macos-alert <<EOF
title = Test
message = Hello world!
subMessage = Have fun playing with macos-alert
icon = icon.png
buttons = Yes, No
needRet = true
EOF

For more details, run ./macos-alert --help

Build

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

Binary

Click bin/macos-alert to download