diff --git a/.config/fontsearch.sh b/.config/fontsearch.sh new file mode 100755 index 0000000..07bf63c --- /dev/null +++ b/.config/fontsearch.sh @@ -0,0 +1,7 @@ +#!/bin/sh +fc-list \ + | grep -ioE ": [^:]*$1[^:]+:" \ + | sed -E 's/(^: |:)//g' \ + | tr , \\n \ + | sort \ + | uniq