/termicode

unicode lookup tool in your terminal!

Primary LanguageRust

Termicode

Baby's first rust project!

This is a terminal TUI unicode search tool.

image

Options

  • --copy
    • copy to clipboard
  • --output= one of (symbol, name, codepoint)
    • output only one piece of data to stdout. Useful for combining with other commands.

Searching

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/)