~strahinja/ufold

Wraps each UTF-8 input line to fit specified width
*.do: Add ./ before config.redo
Add config.redo, a persistent build configuration file
ufold.1.in: Update copyright year

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