Skip to content

Instantly share code, notes, and snippets.

View loukasstoltz's full-sized avatar
🤒
Out sick

loukasstoltz

🤒
Out sick
View GitHub Profile
@cjimmy
cjimmy / convertToWebp.sh
Last active June 28, 2024 23:45
Bash script to convert to images to webp, intended for Automator, right-click Service
source ~/.bash_profile
# assumes you have cwebp installed
# https://developers.google.com/speed/webp/download
# Typing `cwebp` into terminal should result in anything but Command not found.
# Gist by Jimmy Chion
# shell script intended to be used in Mac Automator,
# so you can right-click on a file and convert the file(s) to webp