Closed jerrykal closed 7 years ago
This is what I got after run git log --oneline --color | emojify | less:
git log --oneline --color | emojify | less
And this is what I got after I remove the less option:
less
Does it work if you use less -r?
less -r
Oh, thanks :+1:, it works very well for me :grinning:
This is what I got after run
git log --oneline --color | emojify | less
:And this is what I got after I remove the
less
option: