%txt2fdx(1) | 1.0.3 23c5825 % R. S. Doiel % 2024-07-09
txt2fdx
txt2fdx [OPTIONS]
txt2fdx is a command line program that reads a plain text file file and returns a fdx file.
-help : display help
-license : display license
-version : display version
-i : read input for filename
-o : write output to filename
-newline : add a trailing newline
Convert screenplay.txt into screenplay.fdx.
txt2fdx -i screenplay.txt -o screenplay.fdx
Or alternatively
cat screenplay.txt | txt2fdx > screenplay.fdx