dotfiles/scripts/fontsearch.sh
Stefan Spangenberg 800a6b61af init
2023-10-19 15:42:05 +02:00

9 lines
130 B
Bash
Executable File

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