Skip to content
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

Closed
lapin-b opened this issue Sep 19, 2015 · 13 comments
Closed

Emoji support #642

lapin-b opened this issue Sep 19, 2015 · 13 comments
Labels
👆 ConEmu Upstream issue in ConEmu.

Comments

@lapin-b
Copy link

lapin-b commented Sep 19, 2015

Can Cmder support displaying emojis?

@Stanzilla Stanzilla added the 👆 ConEmu Upstream issue in ConEmu. label Oct 12, 2015
@daxgames
Copy link
Member

daxgames commented Dec 3, 2015

What are some possible use cases for support for emojis in a terminal/command-line app like Cmder/ConEmu?

Can someone explain to me?

@lapin-b
Copy link
Author

lapin-b commented Dec 3, 2015

@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

@AlbertoFdzM
Copy link

Because they are useful. There are so many terninal tools that has started using them. Brew, some npm packages, git for github, etc.

@Stanzilla
Copy link
Member

Stanzilla commented Dec 4, 2015

Can you explain the potential uses for emojis, how are they useful?

@AlbertoFdzM
Copy link

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

@ticklemynausea
Copy link

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.

@Stanzilla
Copy link
Member

Stanzilla commented Apr 28, 2016

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:
https://github.com/Maximus5/ConEmu/issues?q=emoji

@laurent22
Copy link

laurent22 commented Sep 17, 2017

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.

@daxgames
Copy link
Member

daxgames commented Dec 27, 2017

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!

@DRSDavidSoft
Copy link
Contributor

@daxgames Just as a perspective to where Emojis are used, Yarn is a package manager for node that does this wonderfully:

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.

@daxgames
Copy link
Member

@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.

@omidkrad
Copy link

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),
};

@omidkrad
Copy link

omidkrad commented Aug 14, 2019

Looks like the new Windows Terminal supports emojis! 🥳

To use Windows Terminal instead of ConEmu for Cmder, follow the link below:
https://github.com/cmderdev/cmder/wiki/Seamless-Windows-Terminal-Integration

@cmderdev cmderdev locked as off-topic and limited conversation to collaborators Aug 14, 2019
@cmderdev cmderdev deleted a comment from AlbertoFdzM Aug 29, 2024
@cmderdev cmderdev unlocked this conversation Aug 29, 2024
@cmderdev cmderdev deleted a comment from svenluijten Aug 29, 2024
@cmderdev cmderdev deleted a comment from bhaveshgohel Aug 29, 2024
@cmderdev cmderdev deleted a comment from asternaut Aug 29, 2024
@cmderdev cmderdev deleted a comment from neolectron Aug 29, 2024
@cmderdev cmderdev deleted a comment from Stanzilla Aug 29, 2024
@cmderdev cmderdev deleted a comment from limpep Aug 29, 2024
@cmderdev cmderdev deleted a comment from atefBB Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👆 ConEmu Upstream issue in ConEmu.
Projects
None yet
Development

No branches or pull requests

8 participants