mrowa44/emojify

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

jerrykal opened this issue ยท 2 comments

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

Does it work if you use less -r?

Oh, thanks ๐Ÿ‘, it works very well for me ๐Ÿ˜€