diff --git a/de/home/.local/bin/nf-list b/de/home/.local/bin/nf-list index 6eb309a..f5d5f00 100755 --- a/de/home/.local/bin/nf-list +++ b/de/home/.local/bin/nf-list @@ -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}" 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