Skip to content

Instantly share code, notes, and snippets.

@brachkow
Last active September 3, 2023 19:20
Show Gist options
  • Save brachkow/53edbcc843c15037420f7ceae39278a9 to your computer and use it in GitHub Desktop.
Save brachkow/53edbcc843c15037420f7ceae39278a9 to your computer and use it in GitHub Desktop.
Alfred file Universal Action example
export PATH=/opt/homebrew/bin
query=$1
for FILE in "$@"; do
convert "$FILE" "${FILE%%.*}.jpg"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment