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.
- Host: GitHub
- URL: https://github.com/andrefcruz/macos-screenshot-shadow
- Owner: AndreFCruz
- License: gpl-3.0
- Created: 2017-12-16T14:58:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T19:01:52.000Z (over 8 years ago)
- Last Synced: 2026-05-04T22:43:36.458Z (about 2 months ago)
- Topics: bash, bash-script, macos, screenshot, script
- Language: Shell
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
#### Without Drop Shadow