Skip to content

Instantly share code, notes, and snippets.

@statico
Created April 13, 2022 19:10
Show Gist options
  • Save statico/ec964c6beb547714c4327573901788b9 to your computer and use it in GitHub Desktop.
Save statico/ec964c6beb547714c4327573901788b9 to your computer and use it in GitHub Desktop.
Autocrop shortcut for macOS Finder
for f in "$@"; do
    cp "$f" /tmp/image
    /opt/homebrew/bin/convert /tmp/image -trim +repage "$f"
done

CleanShot 2022-04-13 at 12 10 44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment