#english-words #cli #bloom #orthography

app misspell

Correct commonly misspelled English words in source files 📖

5 releases

0.2.0 Jan 16, 2019
0.1.3 Jan 16, 2019
0.1.2 Jan 16, 2019
0.1.1 Jan 16, 2019
0.1.0 Jan 16, 2019

#19 in #english-words

Apache-2.0

1.5MB
86 lines

misspell

Correct commonly misspelled English words in source files 📖


pipeline status misspell crate misspell documentation dependency status

  1. Install
  2. Usage
  3. Docker
  4. Wordlists
  5. License

Install

cargo install misspell

Usage

misspell # same as "misspell ."
misspell .
misspell file1.go file2.go directory1

Docker

Image

registry.gitlab.com/bloom42/misspell

Usage

docker run --rm -ti -v $PWD:/misspell registry.gitlab.com/bloom42/misspell:latest

Wordlists

From https://github.com/client9/misspell

License

See LICENSE.txt and https://opensource.bloom.sh/licensing

Dependencies

~4–6MB
~99K SLoC