bboard hyperpithole gate
(DIR) Menu
(DIR) Section <GOPHER>
(DIR) Forward
(DIR) Backward
Thread[.post]: 4.13
SUBJECT: .. Editing for readability
DATE: 01-Jul-26 21:44:50
HOST: iceland
The formatter par works as a pipe and will let you protect lines that start
with a given character (or characters). The following will left-justify
your file to 70 chars and ignore lines that start with a '*' char.
par P=* 70 < post.txt | less
or from within vi/vim to format the entire buffer:
!Gpar P=* 70
You can append 'j' (e.g. par 70j) to produce fully justified text.
The par man page has a lot of examples.
<GOPHER.4.13/19>(71)[ <ENTER> follow thread, (R)EPLY, (F)LAG or (Q)UIT ]