Reflow 1.0

License: Free ‎File size: 201.73 KB
‎Users Rating: 3.5/5 - ‎2 ‎votes

Reflow is a simple command line Java utility that reflows a text file to make all the lines roughly the same length. You can use it several ways: java.exe -jar reflow.jar somefile.txt will reflow somefile.txt so that all lines are about 60 characters long, with a blank line between paragraphs (text originally separated by one or more blank lines.) java.exe -jar reflow.jar somefile.txt 100 will reflow somefile.txt so that all lines are about 100 charecters long. java.exe -jar reflow.jar somefile.txt nowrap will reflow somefile.txt so that all paragraphs each fit on a single line without breaks. This is a useful for for pasting into web forms where you might comment on news stories. If you have the *.jar extension set up you can abbreviate that to: reflow.jar somefile.txt nowrap If you have Jet installed, you can compile the jar so that you can abbreviate further to: reflow somefile.txt nowrap The paralel line icon represents before and after.

VERSION HISTORY

  • Version 1.0 posted on 2012-05-21
    initial release

Program Details