#fold #wrap #command-line-tool #line-ending #line-wrapping

app refold

A command-line utility for wrapping text

2 releases

0.1.1 Aug 31, 2024
0.1.0 Aug 28, 2024

#476 in Command line utilities

Download history 276/week @ 2024-08-27 14/week @ 2024-09-03 8/week @ 2024-09-10

298 downloads per month

GPL-2.0-or-later

11KB
237 lines

Refold

Refold is a commandline tool with similar functionality to unix fold.

Refold attempts to have more sane defaults and more modern functionality.

refold unix fold
Line prefix support Yes No
Line endings LF and can auto detect CRLF LF only
Default wrapping Soft via Unicode splittable property Hard
Hard wrapping Yes Yes
Soft wrapping Yes Yes [^1]

[^1]: fold leaves trailing spaces and can only split ASCII space-separated words.

Dependencies

~670KB