mrowa44 / emojify

Emoji on the command line :scream:
MIT License
1.55k stars 70 forks source link

[Bug] Cannot display emoji with git log option 'less' #16

Closed jerrykal closed 7 years ago

jerrykal commented 7 years ago

This is what I got after run git log --oneline --color | emojify | less:

less

And this is what I got after I remove the less option:

without less

mrowa44 commented 7 years ago

Does it work if you use less -r?

jerrykal commented 7 years ago

Oh, thanks :+1:, it works very well for me :grinning: