Scroll to navigation

NUSPELL(1) User Commands NUSPELL(1)

NAME

nuspell - Command-line tool for spellchecking.

SYNOPSIS

nuspell [-s] [-d dict_NAME] [-i ENCODING] [FILE]...

nuspell -l|-G [-L] [-s] [-d dict_NAME] [-i ENCODING] [FILE]...

nuspell -D|-h|--help|-v|--version

DESCRIPTION

Nuspell checks spelling of each FILE. Without FILE, checks standard input.

OPTIONS

use di_CT dictionary. Only one dictionary is currently supported.
print search paths and available dictionaries and exit
input/output encoding, default is active locale
print only misspelled words or lines
print only correct words or lines
lines mode
use simple white-space text segmentation to extract words instead of the default Unicode text segmentation. It is not recommended to use this.
display this help and exit
print version number and exit

ENVIRONMENT

Path to additional directory to search for dictionaries.

RETURN VALUES

Returns error if the argument syntax is invalid or some file can not be opened. Otherwise, spell checking has occurred and returns success.

BUGS

Bug reports: <https://github.com/nuspell/nuspell/issues>

EXAMPLES

nuspell -d en_US file.txt
    

COPYRIGHT

Copyright 2016-2021 Dimitrij Mijoski, Sander van Geloven

SEE ALSO

Full documentation: <https://github.com/nuspell/nuspell/wiki>

Home page: <http://nuspell.github.io/>

AUTHORS

Dimitrij Mijoski; Sander van Geloven.

2020-10-28 Nuspell 5.0.0