Description

typos-git-commit is a command line tool that processes a typos generated json file to :

  1. correct typos in detected files (via sed)
  2. make a commit at each correction (via a simple git commit command)

It has been written for a one shot project but one may find it to be useful.

Usage

You can use the option --noop to print what will be executed. If you need to have a summary of all typos you can use --only-list-typos option. You can add some details to this summary with --details option.

Changelog