codespell
Verified for current stable LTS
Codespell Commands
Codespell command syntax with verified terminal examples.
Commands
8 commands for Codespell
codespell Operations
Codespell Command: Check Filenames For Typos
codespell -f codespell Operations
Codespell Command: Check Typos In Current Directory
codespell codespell Operations
Codespell Command: Correct Typos In Place
codespell -w codespell Operations
Codespell Command: Ignore Specified Words
codespell -L <ignored_word1,ignored_word2,...> codespell Operations
Codespell Command: Ignore Words From File
codespell -I <path/to/file.txt> codespell Search
Codespell Command: Print Context Around Matches
codespell --context 3 codespell Search
Codespell Command: Skip Files With Patterns
codespell -S "<pattern>" codespell Operations
Codespell Command: Use Custom Dictionary File
codespell -D <path/to/file.txt> Suggest a Codespell Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Codespell workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.