π¦ ClawHub
Fold Tool
by @dinghaibin
Wrap long lines of text to a specified width. Use for formatting text files to fit within column limits.
π‘ Examples
fold-tool -w 72 longlines.txt
fold-tool -w 100 -s paragraph.txt
βοΈ Configuration
-w N: Set line width to N characters (default: 80)-s: Break at spaces only (don't split words)-b: Count bytes instead of columnsTERMINAL
clawhub install fold-tool