Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
| * | | manpage: FLAGS are set in rc.conf, not rifle.conf. | Toni Kunic | 2019-06-18 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1593 from Freso/add-gpicview | hut | 2019-06-17 | 1 | -0/+1 |
|\ \ | | | | | | | Add gpicview to rifle.conf | ||||
| * | | Add gpicview to rifle.conf | Frederik “Freso” S. Olesen | 2019-06-15 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #1567 from FichteForks/pr/safe-image-wd | Wojciech Siewierski | 2019-06-13 | 1 | -2/+4 |
|\ \ | | | | | | | Open image displaying subprocesses in safe workdir | ||||
| * \ | Merge branch 'master' into pr/safe-image-wd | Wojciech Siewierski | 2019-06-13 | 4 | -8/+19 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge branch 'multipane_readme' | toonn | 2019-06-06 | 1 | -0/+7 |
|\ \ \ | |||||
| * | | | Align multi-pane screenshots side-by-side | toonn | 2019-06-06 | 1 | -1/+4 |
| | | | | |||||
| * | | | Add mc-like (two panes) screenshot to README.md | toonn | 2019-06-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add a multi-pane screenshot to the README | toonn | 2019-05-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | The more effectively to tempt `mc` users over to the dark side with : ) | ||||
* | | | | Merge branch 'scope_svg' | toonn | 2019-06-06 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Some SVG have MIME type image/svg | toonn | 2019-06-06 | 1 | -1/+1 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | Scope now treats `image/svg` the same as `image/svg+xml` `image/svg` is not an official MIME type afaics *but* `file(1)` does sometimes determine it to be an svg's MIME type. | ||||
* | | | | Merge branch 'version_helper' | toonn | 2019-06-06 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | Stop git errors before they reach user | toonn | 2019-06-06 | 1 | -1/+2 |
|/ / / / | | | | | | | | | | | | | Fixes #1577 | ||||
* | | | | Merge branch 'u91o-master' | Toon Nolten | 2019-06-05 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | fix to call git describe in ranger's source directory | u91o | 2019-06-04 | 1 | -0/+1 |
|/ / / / | |||||
* | | | | Merge branch 'py26_subprocess' | toonn | 2019-05-29 | 1 | -4/+5 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix py2.6 incompatible use of subprocess | toonn | 2019-05-29 | 1 | -4/+5 |
|/ / / | |||||
* | | | Atone for @Vifon's rash fixing of bugs | toonn | 2019-05-28 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | This required ritual sacrifice of many CPU cycles to appease the Almighty PyLint. | ||||
* | | | Replace the accidental str.join (as path.join) with os.path.join | Wojciech Siewierski | 2019-05-27 | 1 | -1/+1 |
|/ / | |||||
| * | Open image displaying subprocesses in safe workdir | FichteFoll | 2019-05-24 | 1 | -2/+4 |
|/ | | | | | | | | | Otherwise, the current working directory of ranger would be used and could block operations like unmounting, because the handles would be kept alive by the previewer even when the directory isn't in use by ranger anymore. Fixes #1565. | ||||
* | Merge branch 'ape_media' | toonn | 2019-05-21 | 1 | -0/+1 |
|\ | |||||
| * | Add ape extension to mime.types | toonn | 2019-05-21 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'flexible_highlight' | toonn | 2019-05-20 | 3 | -42/+25 |
|\ |