nuspell

Fast and safe spellchecking C++ library with command-line interface

brewmacoslinux
Try with needOr install directly
Source

About

Fast and safe spellchecking C++ library

Commands

nuspell

Examples

Check spelling in a text file$ nuspell -d en_US document.txt
List available dictionaries$ nuspell --list-dicts
Check spelling with custom dictionary$ echo 'This is a tst' | nuspell -d en_US