What is Text Wrapper?

Text Wrapper reformats text to fit within a specified line width by inserting line breaks at the right positions. It intelligently breaks at word boundaries to maintain readability — useful for formatting code comments, emails, README files, and terminal output.

How to use

  1. Paste the text you want to wrap in the input area.
  2. Set the desired line width (e.g., 80 characters for terminal output, 72 for git commits).
  3. Choose whether to break long words or preserve them, then copy the wrapped output.

Result

You have a long paragraph for a git commit message and need it wrapped at 72 characters. Paste the text, set width to 72 with word-boundary breaking, and get perfectly formatted commit body text.

Related Tools