Add fontsearch.sh

This commit is contained in:
Roland Thomas 2022-12-11 11:44:25 -05:00
parent 71a2c66dcb
commit 058b5dd481
1 changed files with 7 additions and 0 deletions

7
.config/fontsearch.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
fc-list \
| grep -ioE ": [^:]*$1[^:]+:" \
| sed -E 's/(^: |:)//g' \
| tr , \\n \
| sort \
| uniq