Skip to content

teunissenstefan/dmenu-emoji-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dmenu-emoji-picker

A c++ script that I created because the shell script I was using to select emoji with dmenu couldn't correctly copy ZWJ emoji.

Configuration

Before you compile, change the location of the emoji file in the code. Also change the dmenu-custom to the correct name of your emoji-supporting dmenu build.

Updating the emoji list (optional)

The emoji-api.py script is used to retrieve a list of emoji from Emoji API. Get a free API get from the website, put it in emoji-api.py and then run it to update the emoji file.

Compiling

gcc dmenu-emoji-picker.cpp -lstdc++ -o dmenu-emoji-picker

About

A c++ script that I created because the shell script I was using to select emoji with dmenu couldn't correctly copy ZWJ emoji

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors