Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not maximally capitalize sub-sub-headings | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | Maximally capitalize the headings | Leo Vivier | 2019-08-05 | 1 | -4/+4 |
| | |||||
* | Use ‘Reddit’ instead of ‘Subreddit’ | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | Remove redundant ‘channel’ | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | Add section for community | Leo Vivier | 2019-08-05 | 1 | -0/+7 |
| | |||||
* | Rephrase line for guide | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | Do not capitalise wiki | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | | | | | It looks odd, and since the wiki says ‘Welcome to the ranger wiki’, we might as well be consistent. | ||||
* | Itemize | Leo Vivier | 2019-08-05 | 1 | -5/+3 |
| | |||||
* | Capitalize links | Leo Vivier | 2019-08-05 | 1 | -2/+2 |
| | | | | They don’t stand out enough otherwise. | ||||
* | Add line for FAQ | Leo Vivier | 2019-08-05 | 1 | -0/+2 |
| | |||||
* | Rephrase line for wiki | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | Rephrase line for official user guide | Leo Vivier | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | Use minimal capitalization in section-titles | Leo Vivier | 2019-08-05 | 1 | -2/+2 |
| | |||||
* | Add section for ‘Going further’ | Leo Vivier | 2019-08-05 | 1 | -0/+7 |
| | |||||
* | Merge pull request #1652 from user062/quickfix | Toon Nolten | 2019-08-04 | 1 | -1/+1 |
|\ | | | | | fixes #1566 | ||||
| * | Update settings.py | user062 | 2019-08-03 | 1 | -1/+1 |
| | | |||||
| * | fixes setlocal on dirs with regex metachars | b | 2019-08-03 | 1 | -1/+1 |
|/ | |||||
* | Rephrase & Make | Leo Vivier | 2019-08-02 | 2 | -6/+4 |
| | |||||
* | Rephrase & Make | Leo Vivier | 2019-08-02 | 2 | -14/+8 |
| | |||||
* | Make doc | Leo Vivier | 2019-08-02 | 2 | -6/+15 |
| | |||||
* | Rephrase | Leo Vivier | 2019-08-02 | 1 | -3/+6 |
| | |||||
* | doc: Mention necessary macro escaping for chain | Leo Vivier | 2019-08-02 | 1 | -0/+4 |
| | |||||
* | Merge pull request #1606 from umuthokelek/master | Toon Nolten | 2019-06-30 | 1 | -0/+5 |
|\ | | | | | zathura has been added as epub and comic archive viewer | ||||
| * | Updated mupdf and zathura lines | Umut Hökelek | 2019-06-30 | 1 | -1/+1 |
| | | |||||
| * | zathura has been added as comicbook viewer | Umut Hökelek | 2019-06-30 | 1 | -0/+3 |
| | | |||||
| * | mupdf has been added as epub viewer | Umut Hökelek | 2019-06-30 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' into master | Umut Hökelek | 2019-06-30 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1608 from ginglis13/spelling | Toon Nolten | 2019-06-29 | 1 | -1/+1 |
|\ \ | | | | | | | [doc-issue] Fix spelling in Patching section | ||||
| * | | Fix spelling in Patching section | Gavin Inglis | 2019-06-29 | 1 | -1/+1 |
|/ / | |||||
| * | Merge branch 'master' into master | Umut Hökelek | 2019-06-29 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
* | | VCS: Replace the √ sign (square root) with a proper checkmark (✓) | Wojciech Siewierski | 2019-06-29 | 1 | -1/+1 |
| | | |||||
| * | zathura has been added as epub viewer | Umut Hökelek | 2019-06-27 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'shellcheck' | toonn | 2019-06-20 | 3 | -86/+104 |
|\ | |||||
| * | Fix shellcheck warnings for new additions | toonn | 2019-06-18 | 1 | -10/+10 |
| | | | | | | | | | | | | | | Rewrote the epub clauses to avoid overlap warnings `SC2221/SC2222`, users could've potentially been confused if they uncommented both Calibre and epub-thumbnailer clauses and didn't see epub-thumbnailer previews. | ||||
| * | Tabs are spaces too | toonn | 2019-06-18 | 1 | -1/+1 |
| | | |||||
| * | Replace fluff command with shellcheck directive | toonn | 2019-06-18 | 1 | -3/+1 |
| | | | | | | | | | | | | Hid an `echo $VAR` in a comment to get rid of the unused variable warning, that's now been replaced with a shellcheck directives suited to the purpose. | ||||
| * | Remove comment in shellcheck rule | toonn | 2019-06-18 | 1 | -1/+0 |
| | | | | | | | | The comment was confusing because `make` swallowed the `$` | ||||
| * | Replace targets with test_py | toonn | 2019-06-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | It's easier to keep the test and test_py targets synchronized by having the former depend on the latter. Changed the wording of the test_py success message to be less suspenseful. | ||||
| * | Document ## convention and $$ sed range | toonn | 2019-06-18 | 2 | -0/+5 |
| | | |||||
| * | Add test_py target | toonn | 2019-06-18 | 1 | -0/+5 |
| | | |||||
| * | Mention the test_py target in HACKING.md | toonn | 2019-06-18 | 1 | -1/+3 |
| | | |||||
| * | Document shellcheck in Makefile help and HACKING.md | toonn | 2019-06-18 | 2 | -17/+18 |
| | | |||||
| * | Add shellcheck to tests | toonn | 2019-06-18 | 1 | -1/+5 |
| | | | | | | | | Shellcheck is run for `scope.sh` after uncommenting all the code. | ||||
| * | Add a section for commands to avoid SC2034 warnings | toonn | 2019-06-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | | Shellcheck warns about unused variables, for good reason, but sometimes you legitimately want to include an unused variable in a script. Rather than ignore the warning completely I decided to circumvent the warning through the use of fluff (useless commands that "use" variables). | ||||
| * | Double up comment characters for comments | toonn | 2019-06-18 | 1 | -58/+59 |
| | | | | | | | | | | | | To make it easy to automatically strip comments from sections of code I doubled up the comment characters for actual comments. This works for everything but the shebang line. | ||||
| * | Add double quotes SC2086 | toonn | 2019-06-18 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'key_enter' | toonn | 2019-06-18 | 1 | -0/+2 |
|\ | |||||
| * | Treat KP_ENTER the same regardless of Num Lock state | toonn | 2019-05-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | KP_ENTER is only treated as newline by curses when Num Lock is on. This, like anything involving Num Lock, is confusing and has therefore been dealt with : ) Fixes #1568 | ||||
* | | Merge branch 'tkunic-patch-1' | toonn | 2019-06-18 | 2 | -7/+7 |
|\ \ | |||||
| * | | Reword flag docs to mention both rc and rifle confs | toonn | 2019-06-18 | 2 | -7/+7 |
| | | |