hunspell

Check spelling. More information: <https://github.com/hunspell/hunspell>.

Install

All systems
curl cmd.cat/hunspell.sh
Debian Debian
apt-get install hunspell
Ubuntu
apt-get install hunspell
Alpine
apk add hunspell
Arch Arch Linux
pacman -S hunspell
image/svg+xml Kali Linux
apt-get install hunspell
CentOS
yum install hunspell
Fedora
dnf install hunspell
Windows (WSL2)
sudo apt-get update sudo apt-get install hunspell
OS X
brew install hunspell
Raspbian
apt-get install hunspell
Docker
docker run cmd.cat/hunspell hunspell powered by Commando

Check spelling. More information: <https://github.com/hunspell/hunspell>.

  • Check the spelling of a file:
    hunspell path/to/file
  • Check the spelling of a file with the en_US dictionary:
    hunspell -d en_US path/to/file
  • List misspelled words in a file:
    hunspell -l path/to/file

© tl;dr; authors and contributors