Command line utility for converting ASCII text to special Unicode characters.
Can convert to:
- fullwidth
- superscript
Copy text, run fullwidth
in a shell, paste converted text.
- "he screm"
fullwidth
- "he screm"
(fullwidth --super
is currently broken.)
$ fullwidth_conv he screm
he screm
$ fullwidth_conv --super hewwo
ʰᵉʷʷᵒ
sudo make install
sudo make uninstall