1NUSPELL(1) User Commands NUSPELL(1)
2
3
4
6 nuspell - Command-line tool for spellchecking.
7
9 nuspell [-s] [-d dict_NAME] [-i ENCODING] [FILE]...
10 nuspell -l|-G [-L] [-s] [-d dict_NAME] [-i ENCODING] [FILE]...
11 nuspell -D|-h|--help|-v|--version
12
14 Nuspell checks spelling of each FILE. Without FILE, checks standard
15 input.
16
18 -d di_CT
19 use di_CT dictionary. Only one dictionary is currently support‐
20 ed.
21
22 -D print search paths and available dictionaries and exit
23
24 -i ENCODING
25 input/output encoding, default is active locale
26
27 -l print only misspelled words or lines
28
29 -G print only correct words or lines
30
31 -L lines mode
32
33 -s use simple white-space text segmentation to extract words in‐
34 stead of the default Unicode text segmentation. It is not rec‐
35 ommended to use this.
36
37 -h, --help
38 display this help and exit
39
40 -v, --version
41 print version number and exit
42
44 DICPATH
45 Path to additional directory to search for dictionaries.
46
48 Returns error if the argument syntax is invalid or some file can not be
49 opened. Otherwise, spell checking has occurred and returns success.
50
52 Bug reports: <https://github.com/nuspell/nuspell/issues>
53
55 nuspell -d en_US file.txt
56
58 Copyright 2016-2021 Dimitrij Mijoski, Sander van Geloven
59
61 Full documentation: <https://github.com/nuspell/nuspell/wiki>
62
63 Home page: <http://nuspell.github.io/>
64
66 Dimitrij Mijoski; Sander van Geloven.
67
68
69
70Nuspell 5.0.1 2020-10-28 NUSPELL(1)