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. To

Usage