txt2fdx
txt2fdx OPTIONS
txt2fdx is a command line program that reads a plain text file file and returns a fdx file.
Convert screenplay.txt into screenplay.fdx.
txt2fdx -i screenplay.txt -o screenplay.fdx
Or alternatively
cat screenplay.txt | txt2fdx > screenplay.fdx