Interactive fuzzy-searchable Unicode table using lotabout's skim.
Can be used to quickly search for a character and copy it to the clipboard.
skim-unicode-table.demo.mov
Install via pip:
(NOTE: If prebuilt wheels are not available for your operating system, installation will take a long time and use a lot of space because it has to compile a fork of skim from scratch.)
pip install skim-unicode-table
This will put two scripts into pip's preferred binary directory:
skim-unicode-table
and skim-unicode-table-xsel
. The former just displays
the table and prints the selected character and its various names separated by
two spaces when the user presses Enter
, then exits. The latter also copies
the selected character into the clipboard using xsel
(check if this is
installed!), which might not work on all platforms. If it doesn't work, you can
try to build your own script for copying the character into the clipboard using
skim-unicode-table
.
- atanunq's viu: Required for enlarged character previews like in the demo
video above to work. Make sure it can be found from
PATH
.
The most common setup will probably be to bind skim-unicode-table-xsel
to
a hotkey that launches it in a new terminal window. How to do this depends on
the specific terminal emulator used (there is no unified CLI, unfortunately).
In gnome-terminal
's case, it would be (absolute path in case pip's preferred
binary installation folder isn't in PATH
for the application that handles
hotkeys, commonly the window manager):
gnome-terminal -- /path/to/skim-unicode-table-xsel
fuzzy-matcher
(used internally by skim) had default scoring that didn't seem
very suitable for this use case, as it kept returning something unexpected as
the best match, so I had to tweak it a bit and fork skim so that it uses
this modified version.