https://github.com/lamby777/windot
Linux emoji picker
https://github.com/lamby777/windot
emoji emoji-picker gtk gtk4 linux
Last synced: 3 months ago
JSON representation
Linux emoji picker
- Host: GitHub
- URL: https://github.com/lamby777/windot
- Owner: Lamby777
- License: gpl-3.0
- Created: 2023-08-30T16:17:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T16:22:10.000Z (8 months ago)
- Last Synced: 2025-07-03T12:52:22.945Z (3 months ago)
- Topics: emoji, emoji-picker, gtk, gtk4, linux
- Language: Rust
- Homepage:
- Size: 146 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `windot`
## What is it?
This is a simple emoji picker for Linux. It is made with GTK4 and Rust.
It has the following features you might be looking for in an emoji picker:- Search for emojis
- Recently used emojis
- Picking skin tone variants### More Features?
Check [the Issues tab][issues]. I kinda use it as a to-do list.
## Installation
You may have dependency issues if you just compile it immediately.
A brief installation guide is included in [this blog post][blog-post].## Contributions
Yes.
## Dumb stuff
- The name comes from the shortcut most emoji pickers use: `Win` + `.` (dot)
- It's pronounced "who the hell cares how it's pronounced"
- I created this project to learn GTK and to make my own little emoji picker
because Emote wouldn't register my clicks sometimes for some reason.[issues]: https://github.com/Lamby777/windot/issues
[blog-post]: https://blog.sparklet.org/posts/windot-release/#installation