d99kris / nchat

Terminal-based Telegram / WhatsApp client for Linux and macOS
MIT License
742 stars 48 forks source link

Add option to list all emojis in emoji dialog #291

Closed d99kris closed 2 months ago

d99kris commented 2 months ago

Discussed in https://github.com/d99kris/nchat/discussions/279

Originally posted by **Timoyoungster** August 15, 2024 > I am missing the :red_heart: emoji when trying to send it from nchat, but if I send it from my phone it gets shown without problems.

This issue is to track the implementation of adding an option providing an unrestricted list of emojis in the emoji list dialog. By default nchat will still behave as before (providing a restricted list of emojis which are known to render well in most terminal emulators), but users will be able to set a flag emoji_list_all in app.conf to see all emojis listed. This may be useful if using textized emoji mode (ctrl-y), i.e. :red_heart: etc, or if perhaps using a system which happen to render all emojis well.