|
|
|
|
|
by cnvogel
4916 days ago
|
|
When rewriting large amounts of ASCII text (or comments in Code), I really find "par" helpful. : Just use it in :
: vi with your cursor in front of a badly wrapped block of text. :
: Press !}par<enter> and the text will be :
: piped to par :
: which fixes up :
: the :
: formatting and keeps aligned frame markers :
: intact magically. :
: Just use it in vi with your cursor in front of a badly wrapped :
: block of text. Press !}par<enter> and the text will be piped :
: to par which fixes up the formatting and keeps aligned frame :
: markers intact magically. :
http://www.nicemice.net/par/ (or apt-get install par) |
|