https://github.com/andis-sprinkis/unicode-menu
Unicode character selector for use with menu programs like dmenu, wmenu, fzf
https://github.com/andis-sprinkis/unicode-menu
dmenu fzf menu rofi selector shell-script unicode unicode-characters unicode-search unicode-search-menu unicode-symbols wmenu
Last synced: about 1 year ago
JSON representation
Unicode character selector for use with menu programs like dmenu, wmenu, fzf
- Host: GitHub
- URL: https://github.com/andis-sprinkis/unicode-menu
- Owner: andis-sprinkis
- License: mit
- Created: 2023-10-25T16:54:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T12:00:26.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T03:24:09.425Z (over 1 year ago)
- Topics: dmenu, fzf, menu, rofi, selector, shell-script, unicode, unicode-characters, unicode-search, unicode-search-menu, unicode-symbols, wmenu
- Language: Shell
- Homepage:
- Size: 243 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `ucmenu`
The Unicode character selector.
Use with a menu program to query the value, property or representation of a Unicode character.
## Available properties
- Value
- Unicode name
- Unicode code point, hexadecimal, standard
- Unicode code point, decimal
- Unicode code point, hexadecimal
- UTF-8 representation, hexadecimal
- UTF-16 representation, hexadecimal
- UTF-32 representation, hexadecimal
- UTF-8 representation, hexadecimal, escaped for URL
- Unicode code point, decimal, escaped for HTML or XML
- Unicode code point, hexadecimal, escaped for HTML or XML
- Unicode code point, hexadecimal, escaped for CSS
- Unicode code point, hexadecimal, escaped for CSS, 6 digits
- Wikipedia URL
## Usage
See
```sh
ucmenu -h
```
## Requirements
- A menu program, like `dmenu`, `wmenu`, `fzf`
- The Unicode Character Database (UCD)
- [Home page](https://www.unicode.org/ucd/)
- Package
- [Arch Linux](https://archlinux.org/packages/extra/any/unicode-character-database/)
- [Debian GNU/Linux](https://packages.debian.org/search?searchon=names&keywords=unicode-data)
- [Fedora Linux](https://packages.fedoraproject.org/pkgs/unicode-ucd/unicode-ucd/)
- [openSUSE](https://software.opensuse.org/package/unicode-ucd)
- [Ubuntu](https://packages.ubuntu.com/search?keywords=unicode-data&searchon=names&suite=all§ion=all)