Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP setup hunspell | EuAndreh | 2020-02-06 | 6 | -0/+112 |
| | |||||
* | Remove spelling/ | EuAndreh | 2020-02-05 | 5 | -107/+0 |
| | |||||
* | Add new words to international dictionary | EuAndreh | 2020-01-25 | 1 | -0/+3 |
| | |||||
* | Don't spellcheck pastebins | EuAndreh | 2020-01-04 | 1 | -1/+1 |
| | |||||
* | check-spelling.sh: Hack to allow french words | EuAndreh | 2019-12-29 | 2 | -1/+2 |
| | |||||
* | internation.dic.txt: Add Raku to dictionary | EuAndreh | 2019-12-29 | 1 | -0/+1 |
| | |||||
* | spelling/check-spelling.sh: Add fr language | EuAndreh | 2019-12-29 | 1 | -1/+1 |
| | |||||
* | check-spelling.sh: Print only unique entries of unkown words | EuAndreh | 2019-11-30 | 1 | -1/+1 |
| | |||||
* | Expand dictionaries | EuAndreh | 2019-06-08 | 2 | -0/+2 |
| | |||||
* | Add stateless workstation post | EuAndreh | 2019-06-02 | 4 | -1/+21 |
| | |||||
* | Make hunspell call more clear | EuAndreh | 2019-06-01 | 1 | -2/+8 |
| | |||||
* | Fix check-spelling.sh linter offenses | EuAndreh | 2019-06-01 | 1 | -5/+6 |
| | |||||
* | Move test code out of default.nix | EuAndreh | 2019-06-01 | 1 | -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 errors | EuAndreh | 2019-05-22 | 4 | -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 output | EuAndreh | 2019-05-22 | 1 | -0/+7 |