Skip to content

agocs/fullwidth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fullwidth consumes a line from STDIN, transforms it into its unicode fullwidth counterpart, and prints that to STDOUT.

Installation

go build fullwidth.go
cp fullwidth /usr/local/bin

Usage

echo "aesthetics" | fullwidth

"Useful" bash function

Add the following to your .bash_profile or whatever the cool kids are using these days.

fw () { echo "$@" | fullwidth; }

then you can

fw aesthetics

About

Convert text to Unicode Fullwidth!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages