.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "NUSPELL" "1" "2020-10-28" "Nuspell 5.0.0" "User Commands" .hy .SH NAME .PP nuspell - Command-line tool for spellchecking. .SH SYNOPSIS .PP \f[B]nuspell\f[R] [\f[B]-s\f[R]] [\f[B]-d\f[R] \f[I]dict_NAME\f[R]] [\f[B]-i\f[R] \f[I]ENCODING\f[R]] [\f[I]FILE\f[R]]\&... .PD 0 .P .PD \f[B]nuspell\f[R] \f[B]-l|-G\f[R] [\f[B]-L\f[R]] [\f[B]-s\f[R]] [\f[B]-d\f[R] \f[I]dict_NAME\f[R]] [\f[B]-i\f[R] \f[I]ENCODING\f[R]] [\f[I]FILE\f[R]]\&... .PD 0 .P .PD \f[B]nuspell\f[R] \f[B]-D|-h|--help|-v|--version\f[R] .SH DESCRIPTION .PP Nuspell checks spelling of each \f[I]FILE\f[R]. Without \f[I]FILE\f[R], checks standard input. .SH OPTIONS .TP -d \f[I]di_CT\f[R] use \f[I]di_CT\f[R] dictionary. Only one dictionary is currently supported. .TP -D print search paths and available dictionaries and exit .TP -i \f[I]ENCODING\f[R] input/output encoding, default is active locale .TP -l print only misspelled words or lines .TP -G print only correct words or lines .TP -L lines mode .TP -s use simple white-space text segmentation to extract words instead of the default Unicode text segmentation. It is not recommended to use this. .TP -h, --help display this help and exit .TP -v, --version print version number and exit .SH ENVIRONMENT .TP DICPATH Path to additional directory to search for dictionaries. .SH RETURN VALUES .PP Returns error if the argument syntax is invalid or some file can not be opened. Otherwise, spell checking has occurred and returns success. .SH BUGS .PP Bug reports: .SH EXAMPLES .IP .nf \f[C] nuspell -d en_US file.txt \f[R] .fi .SH COPYRIGHT .PP Copyright 2016-2021 Dimitrij Mijoski, Sander van Geloven .SH SEE ALSO .PP Full documentation: .PP Home page: .SH AUTHORS Dimitrij Mijoski; Sander van Geloven.