Closed GrenderG closed 7 years ago
We need to solve the issue of the blank spaces. I have found that if you replace emojified+=' '
for emojified+='\U20'
it will work,
but in some cases (for example, git log --oneline --color | emojify | less
) it won't (as you can see it only fails in some emojis).
That's so weird tbh (but I'm not a bash scripting guru, so maybe I'm missing something).
Okay, No echo -e
or printf
works on Mac OSX with hex values. We need help guys!
EDIT: Issue detected.
EDIT 2: Now using perl
, it should work correctly.
Also fixes #13 #7
Added all new emojis, replaced raw emoji by hex value and using printf instead of echo