slackbuilds/development/codespell
B. Watson 8507c11e5a
development/codespell: Added (spell checker for source code)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-11-22 01:14:17 +07:00
..
README development/codespell: Added (spell checker for source code) 2020-11-22 01:14:17 +07:00
codespell.SlackBuild development/codespell: Added (spell checker for source code) 2020-11-22 01:14:17 +07:00
codespell.info development/codespell: Added (spell checker for source code) 2020-11-22 01:14:17 +07:00
slack-desc development/codespell: Added (spell checker for source code) 2020-11-22 01:14:17 +07:00

README

codespell (spell checker for source code)

codespell fixes common misspellings in text files. It's designed
primarily for checking misspelled words in source code, but it can be
used with other files as well.

Optional dependency: python-chardet. This is required for codespell's
-e option. Unless you deal with files that are not ASCII, ISO-8859-1,
or UTF-8, you probably don't need the -e option.