Hyprland-dotfiles/scripts/fontsearch.sh
2023-02-15 16:56:08 +01:00

9 lines
128 B
Bash
Executable File

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