Skip to content

green-codes/txt2typ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple utility to convert plain text files to .typ files for GTypist.

Any non-ascii characters will be replaced with spaces. 
Use 'iconv -f <encoding> -t ascii//TRANSLIT in_file > out_file' to perform best-effort encoding conversion to ASCII. 

Use 'csplit input.txt /Chapter/ {*}' to split a text file by the keyword "Chapter"

About

Simple utility to convert text files to .typ files for GTypist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages