Skip to content

🦀 An emoji fuzzy finder written in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

mvertescher/emoji-fzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emoji-fzf

Build Status License License: MIT

🦀 An emoji fuzzy finder written in Rust.

Inspired by an excellent tool of the same name: emoji-fzf!

Install

For now, you can install a development version of this tool locally from source:

cargo install --git https://github.com/mvertescher/emoji-fzf.git --force

Usage

emoji-fzf 0.0.0

USAGE:
    emoji-fzf <SUBCOMMAND>

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:

alias emoj="emoji-fzf preview | fzf --preview 'emoji-fzf get {1}' | cut -d \" \" -f 1 | emoji-fzf get | xclip"

License

Licensed under either of

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.

About

🦀 An emoji fuzzy finder written in Rust

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages