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 |
#2668 in Command line utilities
47 downloads per month
215KB
2.5K
SLoC
emojicp
A Rust command line tool to search for emojis by name and copy them to your clipboard.
Installing
- Download Rust
- Clone this repository
- Navigate to the new folder
- 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
~8–22MB
~270K SLoC