Hey. I have three aliases in Fish for listing Nerd Fonts, the list is the result of lsnedfonts-nofilter
. The aliases are:
# I realize this ain't 'good' by any means
alias lsnerdfonts-nofilter="fc-list | grep NerdFont | cut -d'/' -f6 | cut -d':' -f1 | cu
t -d'-' -f1"
alias lsnerdfonts-all="fc-list | grep NerdFont | sed -E 's/NerdFont(Mono|Propo)//' | un
iq | cut -d'/' -f6 | cut -d':' -f1 | cut -d'-' -f1"
alias lsnerdfonts-propo="fc-list | grep NerdFontPropo | sed -E 's/NerdFontPropo//' | un
iq | cut -d'/' -f6 | cut -d':' -f1 | cut -d'-' -f1"