https://github.com/mvertescher/emoji-fzf
🦀 An emoji fuzzy finder written in Rust
https://github.com/mvertescher/emoji-fzf
emoji emoji-picker
Last synced: 3 months ago
JSON representation
🦀 An emoji fuzzy finder written in Rust
- Host: GitHub
- URL: https://github.com/mvertescher/emoji-fzf
- Owner: mvertescher
- License: apache-2.0
- Created: 2019-03-19T20:29:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T01:26:22.000Z (over 5 years ago)
- Last Synced: 2025-06-30T01:39:26.096Z (4 months ago)
- Topics: emoji, emoji-picker
- Language: Rust
- Size: 43 KB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `emoji-fzf`
[](https://travis-ci.com/mvertescher/emoji-fzf)
[](https://opensource.org/licenses/Apache-2.0)
[](https://opensource.org/licenses/MIT)
> 🦀 An emoji fuzzy finder written in Rust.
Inspired by an excellent tool of the same name: [emoji-fzf](https://github.com/noahp/emoji-fzf)!
## Install
For now, you can install a development version of this tool locally from source:
```shell
cargo install --git https://github.com/mvertescher/emoji-fzf.git --force
```
## Usage
```plaintext
emoji-fzf 0.0.0
USAGE:
emoji-fzf
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
get Get unicode emoji given a name (via arg or stdin).
help Prints this message or the help of the given subcommand(s)
preview Display a list of all available emojis by name.
```
Or the alias form integrated with fzf (include in your shell rc), and piping
the result to xclip:
```bash
alias emoj="emoji-fzf preview | fzf --preview 'emoji-fzf get {1}' | cut -d \" \" -f 1 | emoji-fzf get | xclip"
```
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.