Skip to content

Instantly share code, notes, and snippets.

@ramithuh
Created May 3, 2020 16:04
Show Gist options
  • Save ramithuh/404e47e03f90e436032b1c1753bd30ac to your computer and use it in GitHub Desktop.
Save ramithuh/404e47e03f90e436032b1c1753bd30ac to your computer and use it in GitHub Desktop.
Compress the screenshots saves in a folder and copy them to clipboard (macOS preview screenshots)
for f in "$@"
do
/usr/local/bin/pngquant 32 --skip-if-larger --strip --ext=.png --force "$f"
/usr/local/bin/zopflipng -y "$f" "$f"
/Users/ramith/Documents/ss/impbcopy "$f"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment