Skip to content
forked from jpreiss/fullwidth

generate fullwidth unicode text in clipboard

Notifications You must be signed in to change notification settings

hoxia/fullwidth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

generate fullwidth unicode text in clipboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.7%
  • Makefile 12.7%
  • Shell 9.6%