install.fairie/home/dot_local/bin/executable_compress-image
Brian Zalewski 2731e1121b Latest
2024-05-28 03:45:14 +00:00

5 lines
189 B
Bash

#!/usr/bin/env bash
# @file `compress-image`
# @brief Compresses images with tinypng
tinypng -k "$(yq '.data.user.tinypngKey' "${XDG_CONFIG_HOME:-$HOME/.config}/chezmoi/chezmoi.yaml")" $*