emojicp

Crates.ioemojicp
lib.rsemojicp
version0.3.1
sourcesrc
created_at2023-04-14 06:09:27.006154
updated_at2023-08-07 03:41:30.277776
descriptionA command-line tool to search for emojis by name
homepagehttps://github.com/johnDeSilencio/emojicp
repository
max_upload_size
id838964
size401,911
Nicholas R. Smith (johnDeSilencio)

documentation

https://docs.rs/emojicp

README

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.

Commit count: 0

cargo fmt