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

https://github.com/andrefcruz/macos-screenshot-shadow

Shell script that toggles macOS screenshot drop shadows.
https://github.com/andrefcruz/macos-screenshot-shadow

bash bash-script macos screenshot script

Last synced: about 2 months ago
JSON representation

Shell script that toggles macOS screenshot drop shadows.

Awesome Lists containing this project

README

          

# macOS-screenshot-shadow
Shell script that toggles macOS screenshot drop shadow.

## Usage
In the same directory as the script
```bash
sh toggleScreenshotShadow.sh
```

... or, from any directory, if set-up in path
```bash
toggleScreenshotShadow.sh
```

## Installing in path
In order to be able to use this script from any directory you must install it on your shell's PATH.

* First, move the script to ```/usr/local/bin```
```bash
mv toggleScreenshotShadow.sh /usr/local/bin
```

* Lastly, make it executable
```bash
chmod +x /usr/local/bin/toggleScreenshotShadow.sh
```

## Example
#### With Drop Shadow


screenshot with drop shadow

#### Without Drop Shadow


screenshot without drop shadow