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
- Host: GitHub
- URL: https://github.com/orbitcowboy/codespell_dictionary
- Owner: orbitcowboy
- License: gpl-2.0
- Created: 2013-02-12T14:36:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T12:57:21.000Z (10 months ago)
- Last Synced: 2025-04-05T16:22:18.834Z (6 months ago)
- Topics: codespell, codespell-dictionary, dictionary, qatools, shell, spellcheck, spellchecker, spelling
- Language: Shell
- Size: 26.2 MB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: COPYING
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```