install.fairie/home/dot_local/bin/executable_compress-image

6 lines
189 B
Text
Raw Normal View History

2024-05-27 20:45:14 -07:00
#!/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")" $*