Skip to content
/ vja Public

Convert japanese sentence from horizontal to vertical

License

Notifications You must be signed in to change notification settings

Earture/vja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vja

Convert japanese sentence from horizontal to vertical image

usage

running it on macos\linux\wsl

git clone https://github.com/Earture/vja
cd vja
make install
vja < sample.txt or cat sample.txt | vja

Please make sure that the text you enter is utf8 encoded Japanese full width characters, if not you could use fja to convert it first.

cat xxx.txt | fja | vja

Of course, you can also customize the number of text contained in each column
vja -v 10 < xxx.txt or cat xxx.txt | vja -v 10

About

Convert japanese sentence from horizontal to vertical

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published