try harder to minimize unfortunate line starts
[efmt.git] / README
blob776b81d5a282b15e89e81ccdb7190653b8205e04
1 This is a really dumb semi-implementation of fmt(1). You might want find
2 it useful (more than the GNU or *BSD offerings) if
4  - You want prefix autodetection,
6  - You want unicode handled automatically,
8  - You want want one space, not two, after sentence endings,
10  - You don't want fancy algorithms to try and best-fill or justify your
11    text, and/or
13  - You will use absolutely anything just because it's written in
14    Myrddin.
16 Read the tests or main.myr for more information and configuration
17 details (hint: there aren't any).