Baby's first rust project!
This is a terminal TUI unicode search tool.
--copy- copy to clipboard
--output=one of (symbol,name,codepoint)- output only one piece of data to stdout. Useful for combining with other commands.
Currently the searchbox filters by name across all non-collapsed unicode characters from UnicodeData.txt.
Regex is also accepted by the input. It is parsed as regex if surrounded with / (e.g. /smiling.+eyes/)
