A super simple and small tool to get your emoji when you need it.
You first need to install NeutralinoJS, then run the following command while you're pointing at the source code folder:
neu runIf you're running Linux (like me), there's a very nice way to get the full benefit from the tool
-
First, create a bash script file, call it anything, like
emojipicker.sh. -
Paste this line inside the bash script, make sure to change the path to where the executable Linux version of the tool is located.
-
cd /[The path of the tool] && ./mhmdkrmabd-emoji-picker-linux_x64
-
-
Navigate to
Settings,Keyboard Shortcuts, then choose toAdd Custom Shortcut: -
Choose any name you like, the command would be
sh /[The path to the script].sh, and finally set the shortcut you like.
In this way, you'll be able to call the tool whenever you want usin your keyboard.
The tool is under MIT licenses, so feel free to fork, or download the repo and play around with the source code.
And thats it, have a look at NeutralinoJS to get a better developing experience, happy coding 🥳.


