💾 Archived View for freeshell.de › tldr › codespell.gmi captured on 2023-07-10 at 14:18:08. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Spellchecker for source code.
codespell
codespell --write-changes
codespell --skip "{pattern}"
codespell --dictionary {path/to/file.txt}
codespell --ignore-words {path/to/file.txt}
codespell --ignore-words-list {words,to,ignore}
codespell --{context|before-context|after-context} {3}
codespell --check-filenames
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).