mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -05:00
Source code spell checker
60950d02bb
This supports - Basic capability detection - NO_COLOR env variable - tty detection - CLI overrides This does not yet support CLICOLOR. I'll be trying to upstream all of this into `yansi` and get it taken care of there. This only supports Windows Anniversary edition and later which I think is a fine compromise due to the ergonomic difference between `yansi` and `termcolor`. Fixes #30 |
||
---|---|---|
.github | ||
benches | ||
benchsuite | ||
crates | ||
docs | ||
src | ||
.clog.toml | ||
.gitignore | ||
.ignore | ||
azure-pipelines.yml | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
committed.toml | ||
CONTRIBUTING.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
release.toml |
typos
Source code spell checker
Finds and corrects spelling mistakes among source code:
- Fast enough to run on monorepos
- Low false positives so you can run on PRs
Dual-licensed under MIT or Apache 2.0
Documentation
Install
Download a pre-built binary (installable via gh-install.
Or use rust to install:
cargo install typos-cli