/dmoji

Dmenu prompt to select an emoji to copy to the clipboard

Primary LanguageShellGNU Affero General Public License v3.0AGPL-3.0

Dmoji – Dmenu Emoji

Contents

Dmoji is a simple program to select an emoji and copy it to the system clipboard

Usage

`# user` dmoji -i # select an emoji
`# user` dmoji -n # select a unicode number

The -i option is used by default. Please run `# user` dmoji --help for more information.

Dependencies

  1. Dmenu
  2. Xclip

Installation

Universal

`# user` git clone https://github.com/amarakon/dmoji
`# user` cd dmoji
`# root` make install

Gentoo

`# root` eselect repository add amarlay git https://github.com/amarakon/amarlay
`# root` emerge --sync amarlay
`# root` emerge x11-misc/dmoji

Uninstallation

Universal

`# user` cd dmoji
`# root` make uninstall

Gentoo

`# root` emerge -c x11-misc/dmoji
# Remove my overlay (optional)
`# root` eselect-repository remove -f amarlay
`# root` emerge --sync