Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transacid/emojipicker
a simple tool to search for emoji and copy them to clipboard
https://github.com/transacid/emojipicker
emoji emoji-picker go
Last synced: 5 days ago
JSON representation
a simple tool to search for emoji and copy them to clipboard
- Host: GitHub
- URL: https://github.com/transacid/emojipicker
- Owner: transacid
- License: gpl-2.0
- Created: 2021-11-21T13:05:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T14:11:20.000Z (5 months ago)
- Last Synced: 2024-07-16T17:23:28.626Z (5 months ago)
- Topics: emoji, emoji-picker, go
- Language: Go
- Homepage:
- Size: 6.82 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emojipicker
`emojipicker` is a simple cli tool to search for emojies and copy them to clipboard
[![asciicast](https://asciinema.org/a/opK9uatC93Ul05OQBJZyjpLA0.png)](https://asciinema.org/a/opK9uatC93Ul05OQBJZyjpLA0)
## install
```
go install github.com/transacid/emojipicker@latest
```
## usage
just hit `emojipicker` and start typing. select with hitting `Enter`. The emoji will be copied to your clipboard and echoed on the terminal. When you want to pass the emoji to another command use the `-n` switch to supress the trailing newline.## motivation
This is just a fun project for me to learn some go :wink:
I'm making use of these libraries:
* [atotto/clipboard](https://github.com/atotto/clipboard)
* [kenshaw/emoji](https://github.com/kenshaw/emoji)
* [ktr0731/go-fuzzyfinder](https://github.com/ktr0731/go-fuzzyfinder)