7sDream / fontfor

Find fonts which can show a specified character and preview them in terminal or browser.
GNU General Public License v3.0
164 stars 7 forks source link

feat: add font list filter #71

Closed 7sDream closed 6 months ago

7sDream commented 6 months ago

This PR adds a filter option -f/--filter in CLI, TUI mode also gets a input box to update the filter word.

The filter process is case-insenstive, and only cares about family name, not full name.

image

Fixes #64.