Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 508 Bytes

File metadata and controls

34 lines (25 loc) · 508 Bytes

Command line utility for converting ASCII text to special Unicode characters.

Can convert to:

  • fullwidth
  • superscript

Clipboard usage

Copy text, run fullwidth in a shell, paste converted text.

  1. "he screm"
  2. fullwidth
  3. "he screm"

(fullwidth --super is currently broken.)

stdout usage

$ fullwidth_conv he screm
he screm

$ fullwidth_conv --super hewwo
ʰᵉʷʷᵒ

Setup

sudo make install

Removal

sudo make uninstall