FancyLineWrapper

Fancy Line Wrapper

A simple webpage that helps me format git commit messages the way I like and to match external requirements.

  1. Overview
  2. Useful Tips

Go to Fancy Line Wrapper here or the GitHub Pages hosted one here.

Overview

Enter text into the upper text box however you want, and the lower text box will automatically re-format it on-the-fly according to the following rules:

  1. Line wraps at the configured number of characters (80 by default).
  2. Lines beginning with a - are properly indented as a bulleted list, including wrapping the line with deeper indenting so it matches nicely.
  3. Bulleted lists also support nesting, including wrapping; just use spaces to indent the -.

Here’s an example to better illustrate things:

screenshot.png

Useful Tips: