Speller is a tool to give spelling suggestions on incorrectly spelled words simply by highligthing the text that you want to scan for spelling mistakes
- Clone this repo.
- cd into repo
- highlight text to check
- Run
crystal ./src/speller.cr
for usage, i would recommend compiling this repo and adding it to your /usr/local/bin/
and run it using terminal once something is highlighted, or bind it to a keyboard shortcut
- Fork it (https://github.com/fordetek/speller/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Michael Forde - creator and maintainer