An open API service indexing awesome lists of open source software.

https://github.com/jim/warning-macos

A command-line macOS program to show a customizable screen border
https://github.com/jim/warning-macos

Last synced: over 1 year ago
JSON representation

A command-line macOS program to show a customizable screen border

Awesome Lists containing this project

README

          

# warning

warning is a command-line macOS program to show a customizable border around the screen.
It is intended to be used by other scripts to visually grab the user's attention.

## Configuring the border

The border is drawn in red with a width of 10 pixels by default. To change this, send commands to the app
using the UNIX domain socket `/tmp/warning`:

```
$ echo "width 100" | nc -U /tmp/warning # set the border width to 100 pixels
$ echo "color 0000ff99" | nc -U /tmp/warning # set the border color to a semi-transparent blue
```