descriptionMy semi-implementation of fmt(1)
ownersgilles@math.umd.edu
last changeSat, 10 Aug 2019 02:15:27 +0000 (9 22:15 -0400)
content tags
add:
README
This is a really dumb semi-implementation of fmt(1). You might want find
it useful (more than the GNU or *BSD offerings) if

 - You want prefix autodetection,

 - You want unicode handled automatically,

 - You want want one space, not two, after sentence endings,

 - You don't want fancy algorithms to try and best-fill or justify your
   text, and/or

 - You will use absolutely anything just because it's written in
   Myrddin.

Read the tests or main.myr for more information and configuration
details (hint: there aren't any).
shortlog
2019-08-10 S. Gillestry harder to minimize unfortunate line startsmaster
2019-06-01 S. Gilles_ is people too
2019-05-25 S. Gilles` is text too
2019-04-22 S. Gillesstd.isalpha(c) isn't quite enough to distinguish prefixes
2019-03-26 S. Gillesstrip trailing whitespace
2019-03-26 S. Gillesadd license
2019-03-26 S. Gillesadd tests documenting unicode handling
2019-03-25 S. Gillesinitial
heads
4 years ago master