%fountainfmt(1) | version 1.0.2 4f464da % R. S. Doiel % 2024-07-09
fountainfmt
fountainfmt [OPTIONS]
fountainfmt is a command line program that reads an fountain document and pretty prints it.
-help : display help
-license : display license
-version : display version
-i : read from filename
-o : write to filename
-newline : add a trailing newline
-width : set text width
-debug : display type and element content
-section : include sections in output
-synopsis : include synopsis in output
-notes : include notes in output
Pretty print screenplay.txt saving it as screenplay.fountain.
fountainfmt -i screenplay.txt -o screenplay.fountain
Or alternatively
cat screenplay.txt | fountainfmt > screenplay.fountain