cspeterson / splatmoji

Quickly look up and input emoji and/or emoticons/kaomoji on your GNU/Linux desktop via pop-up menu.
MIT License
212 stars 19 forks source link

Allow disabling all skin tones #35

Closed vicnett closed 3 years ago

vicnett commented 3 years ago

If I never use any of the --skin-tones versions of emoji, having them always show up in my searches is very cluttered.

I can choose an arbitrary skin tone to reduce the clutter, but ideally I'd like an option to completely remove all skin tone versions.

cspeterson commented 3 years ago

Yes that's probably not a bad idea

I think I can implement this without too much refactoring, probably by allowing --skin-tones none or somesuch

another possibility is a new flag to just ignore all tones, period

I'll have to see! 🙂

cspeterson commented 3 years ago

36 is now in the main branch, enabling this new behavior by --skin-tones none 👍️

vicnett commented 3 years ago

Dang that was fast! Thanks!