New backup 2025-11-13 10:45:02

This commit is contained in:
Penelope Gwen 2025-11-13 10:45:02 -08:00
parent 5b4df96a49
commit ac0abba993

View file

@ -13,4 +13,4 @@ if [[ ! $(find "${json_cache}" -cmin -10080 -print 2>/dev/null) ]]; then
curl 'https://raw.githubusercontent.com/ryanoasis/nerd-fonts/refs/heads/master/glyphnames.json' -o "${json_cache}" curl 'https://raw.githubusercontent.com/ryanoasis/nerd-fonts/refs/heads/master/glyphnames.json' -o "${json_cache}"
fi fi
jq -r 'to_entries[] | "\(.value.char) - \(.key)"' "${json_cache}" | tail +2 | wofi --dmenu | awk '{print $1}' | wl-copy jq -r 'to_entries[] | "\(.value.char) - \(.key)"' "${json_cache}" | tail +2 | wofi --dmenu | awk '{print $1}' | xargs -r wl-copy