You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
Thanks for awesome tool!!
I'm using iTerm2 with zsh and when I do glyphhanger --subset=*.ttf I get zsh: no matches found: --subset=*.ttf
I spent a lot of time to understand that unlike terminal, with zsh I need to put quotes: glyphhanger --subset="*.ttf" 😬
Maybe it could help to someone else...
The text was updated successfully, but these errors were encountered:
Thanks for awesome tool!!
I'm using iTerm2 with zsh and when I do
glyphhanger --subset=*.ttf
I getzsh: no matches found: --subset=*.ttf
I spent a lot of time to understand that unlike terminal, with zsh I need to put quotes:
glyphhanger --subset="*.ttf"
😬Maybe it could help to someone else...
The text was updated successfully, but these errors were encountered: