Skip to content

Instantly share code, notes, and snippets.

View pfedan's full-sized avatar

Daniel Pfeffer pfedan

View GitHub Profile
@pfedan
pfedan / slack-emoji.sh
Last active May 21, 2026 17:47
Slack: shrink animated gif files to meet Slack's emoji consgtraints
#!/usr/bin/env bash
set -u
verbose=0
usage() {
echo "Usage: $0 [-v|--verbose] input output.gif"
}
log() {