Skip to content

Note who's on a call so you can avoid interrupting them.

License

Notifications You must be signed in to change notification settings

awseward/call_status

Repository files navigation

call_status CI

Installation & Usage

brew install awseward/homebrew-tap/call_status_checker

To follow the launchd service log:

tail -f /usr/local/var/log/call_status_checker/watch.log

There's some potential for permissions issues-- in such cases, can run:

mkdir -p           /usr/local/var/log/call_status_checker
touch              /usr/local/var/log/call_status_checker/watch.log
chown -R "${USER}" /usr/local/var/log/call_status_checker

High-level overview

High-level overview