about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Maximally capitalize the headingsLeo Vivier2019-08-051-4/+4
| | | | | |
| * | | | | Use ‘Reddit’ instead of ‘Subreddit’Leo Vivier2019-08-051-1/+1
| | | | | |
| * | | | | Remove redundant ‘channel’Leo Vivier2019-08-051-1/+1
| | | | | |
| * | | | | Add section for communityLeo Vivier2019-08-051-0/+7
| | | | | |
| * | | | | Rephrase line for guideLeo Vivier2019-08-051-1/+1
| | | | | |
| * | | | | Do not capitalise wikiLeo Vivier2019-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks odd, and since the wiki says ‘Welcome to the ranger wiki’, we might as well be consistent.
| * | | | | ItemizeLeo Vivier2019-08-051-5/+3
| | | | | |
| * | | | | Capitalize linksLeo Vivier2019-08-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | They don’t stand out enough otherwise.
| * | | | | Add line for FAQLeo Vivier2019-08-051-0/+2
| | | | | |
| * | | | | Rephrase line for wikiLeo Vivier2019-08-051-1/+1
| | | | | |
| * | | | | Rephrase line for official user guideLeo Vivier2019-08-051-1/+1
| | | | | |
| * | | | | Use minimal capitalization in section-titlesLeo Vivier2019-08-051-2/+2
| | | | | |
| * | | | | Add section for ‘Going further’Leo Vivier2019-08-051-0/+7
|/ / / / /
* | | | | Merge pull request #1652 from user062/quickfixToon Nolten2019-08-041-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | fixes #1566
| * | | | Update settings.pyuser0622019-08-031-1/+1
| | | | |
| * | | | fixes setlocal on dirs with regex metacharsb2019-08-031-1/+1
|/ / / /
* | | | Rephrase & MakeLeo Vivier2019-08-022-6/+4
| | | |
* | | | Rephrase & MakeLeo Vivier2019-08-022-14/+8
| | | |
* | | | Make docLeo Vivier2019-08-022-6/+15
| | | |
* | | | RephraseLeo Vivier2019-08-021-3/+6
| | | |
* | | | doc: Mention necessary macro escaping for chainLeo Vivier2019-08-021-0/+4
|/ / /
* | | Merge pull request #1606 from umuthokelek/masterToon Nolten2019-06-301-0/+5
|\ \ \ | | | | | | | | zathura has been added as epub and comic archive viewer
| * | | Updated mupdf and zathura linesUmut Hökelek2019-06-301-1/+1
| | | |
| * | | zathura has been added as comicbook viewerUmut Hökelek2019-06-301-0/+3
| | | |
| * | | mupdf has been added as epub viewerUmut Hökelek2019-06-301-0/+1
| | | |
| * | | Merge branch 'master' into masterUmut Hökelek2019-06-301-1/+1
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1608 from ginglis13/spellingToon Nolten2019-06-291-1/+1
|\ \ \ \ | | | | | | | | | | [doc-issue] Fix spelling in Patching section
| * | | | Fix spelling in Patching sectionGavin Inglis2019-06-291-1/+1
|/ / / /
| * | | Merge branch 'master' into masterUmut Hökelek2019-06-291-1/+1
| |\ \ \ | |/ / / |/| | |
* | | | VCS: Replace the √ sign (square root) with a proper checkmark (✓)Wojciech Siewierski2019-06-291-1/+1
| | | |
| * | | zathura has been added as epub viewerUmut Hökelek2019-06-271-0/+1
|/ / /
* | | Merge branch 'shellcheck'toonn2019-06-203-86/+104
|\ \ \ | |/ / |/| |
| * | Fix shellcheck warnings for new additionstoonn2019-06-181-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 tootoonn2019-06-181-1/+1
| | |
| * | Replace fluff command with shellcheck directivetoonn2019-06-181-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 ruletoonn2019-06-181-1/+0
| | | | | | | | | | | | The comment was confusing because `make` swallowed the `$`
| * | Replace targets with test_pytoonn2019-06-181-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 rangetoonn2019-06-182-0/+5
| | |
| * | Add test_py targettoonn2019-06-181-0/+5
| | |
| * | Mention the test_py target in HACKING.mdtoonn2019-06-181-1/+3
| | |
| * | Document shellcheck in Makefile help and HACKING.mdtoonn2019-06-182-17/+18
| | |
| * | Add shellcheck to teststoonn2019-06-181-1/+5
| | | | | | | | | | | | Shellcheck is run for `scope.sh` after uncommenting all the code.
| * | Add a section for commands to avoid SC2034 warningstoonn2019-06-181-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 commentstoonn2019-06-181-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 SC2086toonn2019-06-181-2/+2
|/ /
* | Merge branch 'key_enter'toonn2019-06-181-0/+2
|\ \
| * | Treat KP_ENTER the same regardless of Num Lock statetoonn2019-05-281-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'toonn2019-06-182-7/+7
|\ \ \
| * | | Reword flag docs to mention both rc and rifle confstoonn2019-06-182-7/+7
| | | |
| * | | manpage: FLAGS are set in rc.conf, not rifle.conf.Toni Kunic2019-06-181-1/+1
|/ / /