v1.0.3
By default, Mac OS X creates 112-pixel box shadows around screenshots. This command line tool allows users to enable/disable the creation of those box shadows when taking screenshots.
-
Download
screenshot-shadow:curl -OL https://github.com/code-warrior/screenshot-shadow/raw/master/screenshot-shadow -
Change permissions:
chmod 755 screenshot-shadow -
Move the binary into your local environment:
sudo mv screenshot-shadow /usr/local/bin/ -
Run the program:
screenshot-shadow
-
Download and unzip
screenshot-shadow-master.zip. -
Open The Terminal and navigate to the unzipped folder.
-
Move the binary into your local environment:
sudo mv screenshot-shadow /usr/local/bin -
Run
screenshot-shadowfrom The Terminal:screenshot-shadow
Simply run make from this project’s root folder. Alternatively, you can compile using gcc:
gcc -Wall main.c -o screenshot-shadow
- Mac OS X 10.13
- Mac OS X 10.12
- Mac OS X 10.11

