feat(command): port fold from just-bash
Wrap input lines at a column or byte width, optionally breaking at
spaces. Mirrors the just-bash fold semantics: tabs expand to the next
8-column boundary in column mode but count as one byte under -b, and
trailing newlines are preserved only when present in the input.
Assisted-by: Claude Opus 4.7 via Claude Code
Signed-off-by: Xe Iaso <me@xeiaso.net>