aboutsummaryrefslogtreecommitdiff
path: root/spelling (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIP setup hunspellEuAndreh2020-02-066-0/+112
|
* Remove spelling/EuAndreh2020-02-055-107/+0
|
* Add new words to international dictionaryEuAndreh2020-01-251-0/+3
|
* Don't spellcheck pastebinsEuAndreh2020-01-041-1/+1
|
* check-spelling.sh: Hack to allow french wordsEuAndreh2019-12-292-1/+2
|
* internation.dic.txt: Add Raku to dictionaryEuAndreh2019-12-291-0/+1
|
* spelling/check-spelling.sh: Add fr languageEuAndreh2019-12-291-1/+1
|
* check-spelling.sh: Print only unique entries of unkown wordsEuAndreh2019-11-301-1/+1
|
* Expand dictionariesEuAndreh2019-06-082-0/+2
|
* Add stateless workstation postEuAndreh2019-06-024-1/+21
|
* Make hunspell call more clearEuAndreh2019-06-011-2/+8
|
* Fix check-spelling.sh linter offensesEuAndreh2019-06-011-5/+6
|
* Move test code out of default.nixEuAndreh2019-06-011-0/+29
| | | | | - use common utils.nix code for generic test derivation; - move spell checking code into standalone Bash file.
* Check spelling with hunspell and fix current errorsEuAndreh2019-05-224-7/+44
| | | | | | | | The =sort= command requires $LANG to be set in order to sort consistently acrros environments and OSes. hunspell needs it to properly interpret non-ascii characters from the provided custom dictionaries.
* Setup hunspell spellchecking to run against HTML outputEuAndreh2019-05-221-0/+7