orbitcowboy / codespell_dictionary

A customized codespell dictionary file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codespell_dictionary

A customized codespell dictionary file for English and German language.

In order to use this dictionary file, you have to download codespell from https://github.com/codespell-project/codespell.

After you have downloaded codespell you can use this dictionary as followed:

$ ./codespell --dictionary=[PATH_TO_DICTIONARY_FILE] [FILES/FOLDERS_TO_CHECK]

for example:

$ ./codespell --dictionary=dictionary_all.txt MyProjects

About

A customized codespell dictionary file

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%