typos-git-commit 0.5.2

This program analyzes a json file produced with `typos` and makes commits for each correction.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
* v0.2.0
  * Removes all short options and make use of long options calling sed and git.

* v0.1.6
  * Adds --exclude-file, --exclude-typo, --exclude-correction, --debug options
  * Adds --print-not-corrected, -p option to also print what won't be corrected.

* v0.1.5
  * Adds the ability to provide a different commit message.
  * --filename command line option is now mandatory

* v0.1.4
  * Adds boundary word limits into sed's regex to avoid unwanted corrections.