hyprland-dotfiles/scripts/fontsearch.sh

9 lines
128 B
Bash
Raw Normal View History

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