-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emoji support #642
Comments
What are some possible use cases for support for emojis in a terminal/command-line app like Cmder/ConEmu? Can someone explain to me? |
@daxgames If you want another test printer for PHPUnit which prints emojis, it coule be useful. Except I don't have any other uses examples for the emojis support |
Because they are useful. There are so many terninal tools that has started using them. Brew, some npm packages, git for github, etc. |
Can you explain the potential uses for emojis, how are they useful? |
Cross and ticks to show list of process that has gone well and wrong, warning signal for the warning messages of a process, the bug is usually used to identify bugs, and a long long etc. They are helpful providing a way to bring meaning with less words |
Why all the questining of usefulness? If it's not useful to you, that's fine. But there's no good reason the best console for windows should not support something Linux and Mac OS users already have had for quite a while. |
Since the default terminal emulator that is used by Cmder is ConEmu, this needs to be added to the ConEmu package. Please follow the issues over at ConEmu's issue tracker related to emoji support: |
I imagine it's difficult to support but that would definitely set ConEmu aside from other Windows terminal emulators, since none of them supported Emojis at the time of writing this. |
As already stated, this is not a feature for the Cmder team to add. If you want emoji support, it would need to be added to ConEmu or maybe even Windows Console subsystem by Microsoft. ConEmu is a component of Cmder and not developed by the Cmder Team. Good Luck! |
@daxgames Just as a perspective to where Emojis are used, Related issues:Here's how this is displayed in Cmder as of writing this: I know it's not related related to Cmder and we should just wait for Maximus5/ConEmu#554 but I thought it'd be a good idea to mention it here. |
@DRSDavidSoft Thanks for the good explanation. I get it, it would be nice for tools that use them. I just never associated the word emoji with this. |
const logger = {
info: (msg) => console.info('📢i️nfo', msg),
warn: (msg) => console.warn('⚠️WARNING', msg),
error: (msg) => console.info('❗❗ERROR❗❗', msg),
debug: (msg) => console.debug('🦟DEBUG:', msg),
}; |
Looks like the new Windows Terminal supports emojis! 🥳 To use Windows Terminal instead of ConEmu for Cmder, follow the link below: |
Can Cmder support displaying emojis?
The text was updated successfully, but these errors were encountered: