~strahinja/ufold

Wraps each UTF-8 input line to fit specified width
e39c1451 — Страхиња Радић 4 months ago
lib/make{date,version}: Optimize date and version output
eaa9256d — Страхиња Радић 4 months ago
Add got(1) support
01eec46b — Страхиња Радић 5 months ago
ufold.1.in: Syntax fixes; add EXIT STATUS

clone

read-only
https://git.sr.ht/~strahinja/ufold
read/write
git@git.sr.ht:~strahinja/ufold

You can also use your local clone with git send-email.

ufold
=====

Folds lines at the specified column width (default 80). Program emulating the
behavior of fold(1) from the GNU coreutils, but supporting UTF-8. (Was that so
hard to make for all this time?)

How? Read the source code for details.

How to build/install? See INSTALL.

Example?

$ ufold -s -w 50 LICENSE | less