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
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" 😬
Thanks for awesome tool!!
I'm using iTerm2 with zsh and when I do
glyphhanger --subset=*.ttfI getzsh: no matches found: --subset=*.ttfI 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...