Hyprland-dotfiles/scripts/fontsearch.sh

9 lines
128 B
Bash
Raw Normal View History

2023-02-15 10:56:08 -05:00
#!/bin/sh
fc-list \
| grep -ioE ": [^:]*$1[^:]+:" \
| sed -E 's/(^: |:)//g' \
| tr , \\n \
| sort \
| uniq