New backup 2025-11-13 10:45:02
This commit is contained in:
parent
5b4df96a49
commit
ac0abba993
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue