code / tomo-unicode

Lines41.6K Text41.0K Tomo583
3 others 91
Markdown81 make7 INI3

Unicode

unicode is a Tomo program to view information about the Unicode 3.1 standard codepoints. The table viewer is an interactive text user interface with the following controls:

1 q - Quit the program
2 j/k or up/down - Move up or down one entry
3 Ctrl+d/Ctrl+u - Move up or down one page
4 g/G - Move to top/bottom
5 Ctrl+c or y - Copy the text of an entry to the clipboard
6 u - Copy the codepoint of an entry (U+XXXX) to the clipboard
7 d - Copy the decimal codepoint of an entry to the clipboard
8 Ctrl+f or / - Search for text (enter to confirm)
9 n/N - Jump to next/previous search result

This project uses bruce-hill/tomo-btui for the terminal user interface.

Installation

1 make install

Or:

1 tomo -Ie unicode.tm

License

This code is licensed under the MIT license with the Commons Clause. See LICENSE.md for full details.