An open API service indexing awesome lists of open source software.

https://github.com/orbitcowboy/codespell_dictionary

A customized codespell dictionary file
https://github.com/orbitcowboy/codespell_dictionary

codespell codespell-dictionary dictionary qatools shell spellcheck spellchecker spelling

Last synced: 3 months ago
JSON representation

A customized codespell dictionary file

Awesome Lists containing this project

README

          

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```