Last active
September 3, 2023 19:20
-
-
Save brachkow/53edbcc843c15037420f7ceae39278a9 to your computer and use it in GitHub Desktop.
Alfred file Universal Action example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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