hunspell
Check spelling. More information: <https://github.com/hunspell/hunspell>.
Install
- All systems
-
curl cmd.cat/hunspell.sh
- Debian
-
apt-get install hunspell - Ubuntu
-
apt-get install hunspell -
Alpine
-
apk add hunspell - Arch Linux
-
pacman -S hunspell - Kali Linux
-
apt-get install hunspell - CentOS
-
yum install hunspell - Fedora
-
dnf install hunspell - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install hunspell - OS X
-
brew install hunspell - Raspbian
-
apt-get install hunspell - Docker
-
docker run cmd.cat/hunspell hunspellpowered 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