Find Unicode characters, the easy way! A simple command line application to find unicode characters with minimum effort.
cargo install find_unicode
Run fu
from your terminal:
fu
Start typing. fu
will show the unicode characters for which the description matches your query.
For more advanced configuration options, check out the help:
fu --help
``` fu 0.1.0 Pierre Chevalier pierrechevalier83@gmail.com
Find Unicode characters with ease.
Simply type a description of the character you are looking for. Once you found the character you were after, hit Enter. Selecting multiple characters is also possible: hit tab to select a character and continue browsing.
USAGE: fu [OPTIONS] [initial_query]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
--height
ARGS:
curl https://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt > src/UnicodeData.txt
curl https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/css/nerd-fonts-generated.css > src/NerdFontsData.css
cargo run --bin gen_data