8 releases

0.3.1 Aug 7, 2023
0.3.0 Jul 18, 2023
0.2.2 Jul 17, 2023
0.1.2 Apr 14, 2023

#2547 in Command line utilities

25 downloads per month

GPL-3.0-or-later

215KB
2.5K SLoC

emojicp


A Rust command line tool to search for emojis by name and copy them to your clipboard.

Installing

  1. Download Rust
  2. Clone this repository
  3. Navigate to the new folder
  4. Run the following command:
cargo install --path .

Usage

To search for an emoji, simply run emojicp like you would for any other command-line utility. After selecting the emoji you want, pressing Enter will copy the emoji to your clipboard.

To copy the emoji to your clipboard without having to search for it, you can run the command with the name of the emoji as an argument to the utility, e.g.

$> emojicp 100 # the emoji 💯 will be copied to your clipboard

Acknowledgements

"If I have seen further it is by standing on the shoulders of Giants" -- Sir Isaac Newton

I'd like to give a big thanks to Daniel Prilik whose compressed emoji shortcodes was a pleasure to read through and whose source code I shamelessly stole to create this CLI tool.

Dependencies

~7–20MB
~250K SLoC