Crates.io | find_unicode |
lib.rs | find_unicode |
version | 0.4.0 |
source | src |
created_at | 2019-08-18 12:02:25.456626 |
updated_at | 2021-11-24 01:21:36.258179 |
description | Find Unicode characters, the easy way! |
homepage | https://github.com/pierrechevalier83/find_unicode |
repository | https://github.com/pierrechevalier83/find_unicode |
max_upload_size | |
id | 157841 |
size | 4,241,549 |
Find Unicode characters, the easy way! A simple command line application to find unicode characters with minimum effort.
cargo install find_unicode
fu
from your terminal:fu
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 <height> Height of fu's window relative to the terminal window [default: 50%]
--layout <layout> Position of fu's window relative to the prompt [default: Below] [possible values: Above,
Below]
--search <search> Search mode [default: Regex] [possible values: Regex, Exact, Fuzzy]
ARGS:
<initial_query> Initial query, if any
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