Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'more-previews' of https://github.com/pkkm/ranger | Wojciech Siewierski | 2019-01-26 | 1 | -3/+26 |
|\ | |||||
| * | scope.sh: Add Calibre e-book previews (commented out) | Paweł Kraśnicki | 2019-01-18 | 1 | -4/+6 |
| | | |||||
| * | Drop dots after file types | toonn | 2019-01-18 | 1 | -2/+2 |
| | | |||||
| * | scope.sh: Minor code style change | Paweł Kraśnicki | 2019-01-18 | 1 | -1/+1 |
| | | |||||
| * | scope.sh: Small refactor for robustness | Paweł Kraśnicki | 2019-01-18 | 1 | -2/+3 |
| | | |||||
| * | scope.sh: Add ePub previews (commented out) | Paweł Kraśnicki | 2019-01-18 | 1 | -0/+9 |
| | | |||||
| * | scope.sh: Add DjVu previews (commented out) | Paweł Kraśnicki | 2019-01-18 | 1 | -1/+12 |
| | | |||||
* | | Merge pull request #1452 from s-n-g/master | Wojciech Siewierski | 2019-01-26 | 1 | -1/+1 |
|\ \ | | | | | | | fix Ctrl+Space crash | ||||
| * | | adding py2 support | Spiros Georgaras | 2019-01-26 | 1 | -1/+1 |
| | | | |||||
| * | | fix Ctrl+Space crash | Spiros Georgaras | 2019-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When in input mode (e.g. search, :mkdir, :rename, etc.), pressing Ctrl+Space makes ranger crash This will fix this issue Crash example: ``` ranger version: ranger-master 1.9.2 Python version: 3.7.2 (default, Jan 10 2019, 23:51:51) [GCC 8.2.1 20181127] Locale: el_GR.UTF-8 Current file: '/home/spiros/1. "aaa" \'aaa\'' Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/ranger/gui/curses_shortcuts.py", line 36, in addstr self.win.addstr(*args) ValueError: embedded null character During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/ranger/core/main.py", line 195, in main fm.loop() File "/usr/lib/python3.7/site-packages/ranger/core/fm.py", line 394, in loop ui.redraw() File "/usr/lib/python3.7/site-packages/ranger/gui/ui.py", line 338, in redraw self.draw() File "/usr/lib/python3.7/site-packages/ranger/gui/ui.py", line 365, in draw DisplayableContainer.draw(self) File "/usr/lib/python3.7/site-packages/ranger/gui/displayable.py", line 256, in draw displayable.draw() File "/usr/lib/python3.7/site-packages/ranger/gui/widgets/console.py", line 111, in draw self.addstr(0, len(self.prompt), str(line[x:])) File "/usr/lib/python3.7/site-packages/ranger/gui/curses_shortcuts.py", line 44, in addstr self.win.addstr(*_fix_surrogates(args)) ValueError: embedded null character ranger crashed. Please report this traceback at: https://github.com/ranger/ranger/issues ``` | ||||
* | | | Merge pull request #1418 from cjbassi/master | Wojciech Siewierski | 2019-01-25 | 1 | -2/+9 |
|\ \ \ | |/ / |/| | | Load plugin directories located in ~/.config/ranger/plugins | ||||
| * | | Load plugin directories located in ~/.config/ranger/plugins | Caleb Bassi | 2019-01-24 | 1 | -2/+9 |
| | | | |||||
* | | | Merge branch 'zaeph-font-viewing' | toonn | 2019-01-19 | 2 | -0/+26 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Invert condition | Leo Vivier | 2019-01-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Since we’re now checking whether fontimage runs successfully rather than if it throws an error, the conditions needs to be inverted. | ||||
| * | | Fix couple shellcheck suggestions | toonn | 2019-01-19 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | One un-double-quoted variable substitution. Directly use the commands escape code rather than relying on "$?", this also drops the need to rely on `>` which is for string comparison specifically. | ||||
| * | | Overhaul the preview | Leo Vivier | 2019-01-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | - Make font-name bigger than the body - Vertically center the body so that the newline at the bottom doesn’t stand out as much | ||||
| * | | Add right padding | Leo Vivier | 2019-01-19 | 1 | -4/+4 |
| | | | |||||
| * | | Add left padding to preview | Leo Vivier | 2019-01-19 | 1 | -4/+4 |
| | | | |||||
| * | | Untabify | Leo Vivier | 2019-01-19 | 1 | -17/+17 |
| | | | |||||
| * | | Add -- before positional arguments | Leo Vivier | 2019-01-14 | 1 | -1/+1 |
| | | | |||||
| * | | Add font preview with fontimage | Leo Vivier | 2019-01-14 | 1 | -0/+20 |
| | | | |||||
| * | | Change singular to plural | Leo Vivier | 2019-01-14 | 1 | -1/+1 |
| | | | |||||
| * | | Rename ‘Font’ section and put it after ‘Archives’ | Leo Vivier | 2019-01-14 | 1 | -5/+5 |
| | | | |||||
| * | | Fix typo | Leo Vivier | 2019-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | ‘X’ was present two times. | ||||
| * | | Add font viewing section and option to rifle | Leo Vivier | 2019-01-14 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | Adds fontforge as a default option, but would benefit from adding other common options for previewing fonts. | ||||
* | | | Merge branch 'chakravala-master' | toonn | 2019-01-15 | 1 | -0/+7 |
|\ \ \ | |||||
| * | | | Move djvu txt preview to handle_mime | toonn | 2019-01-15 | 1 | -7/+7 |
| | | | | |||||
| * | | | Fix comment indentation | toonn | 2019-01-14 | 1 | -2/+2 |
| | | | | |||||
| * | | | inserted fmt to the DJVU text conversion | Michael Reed | 2018-10-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | added support for DJVU text conversion | Michael Reed | 2018-10-23 | 1 | -0/+7 |
| | | | | |||||
* | | | | Merge pull request #1444 from Zaeph/rifle-fixup | Toon Nolten | 2019-01-14 | 1 | -3/+3 |
|\ \ \ \ | |_|/ / |/| | | | Rifle fixup | ||||
| * | | | Change singular to plural | Leo Vivier | 2019-01-14 | 1 | -2/+2 |
| | | | | |||||
| * | | | Change ‘Code’ to ‘Script’ | Leo Vivier | 2019-01-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove ‘Viewing’ from ‘Image Viewing’ | Leo Vivier | 2019-01-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove unnecessary colons | Leo Vivier | 2019-01-14 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #1436 from Vifon/imagecachedir | Wojciech Siewierski | 2019-01-09 | 2 | -5/+2 |
|\ \ \ | | | | | | | | | Create the image cache directory only when needed and always if needed | ||||
| * \ \ | Merge branch 'master' into imagecachedir | Wojciech Siewierski | 2019-01-09 | 3 | -3/+5 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #1433 from MarkusLohmayer/patch-1 | Toon Nolten | 2019-01-07 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | changed pip command ; package is called ranger-fm | ||||
| * | | | | changed pip command ; package is called ranger-fm | Markus Lohmayer | 2019-01-07 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #1432 from Vifon/kitty-fullscreen | Wojciech Siewierski | 2019-01-06 | 1 | -1/+3 |
|\ \ \ \ | | | | | | | | | | | Fix the Kitty previews in fullscreen mode | ||||
| * \ \ \ | Merge branch 'master' into kitty-fullscreen | Wojciech Siewierski | 2019-01-06 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #1428 from saschagrunert/patch-1 | Toon Nolten | 2019-01-02 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix typo in scope.sh | ||||
| * | | | | | Fix little typo | Sascha Grunert | 2019-01-02 | 1 | -1/+1 |
|/ / / / / | |||||
| * / / / | Fix the Kitty previews in fullscreen mode | Wojciech Siewierski | 2019-01-06 | 1 | -1/+3 |
|/ / / / | | | | | | | | | | | | | Fixes #1431. | ||||
| * | | | Don't create the image cache directory preemptively | Wojciech Siewierski | 2019-01-09 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Since now this directory is recreated if needed on each use of it, there is no need to create it just because the user has these options enabled on startup. | ||||
| * | | | Always check for the image cache directory and create it if needed | Wojciech Siewierski | 2019-01-09 | 1 | -0/+2 |
|/ / / | | | | | | | | | | Fixes #1435. | ||||
* | | | Set the default PREFIX in Makefile | Wojciech Siewierski | 2018-12-29 | 1 | -0/+1 |
| | | | |||||
* | | | Support the PREFIX flag in "make install" | Wojciech Siewierski | 2018-12-29 | 1 | -1/+2 |
| | | | | | | | | | | | | Before that it was necessary to use setup.py directly. | ||||
* | | | Merge pull request #1426 from Zaeph/documentation | Toon Nolten | 2018-12-28 | 1 | -15/+14 |
|\ \ \ | | | | | | | | | Syntactic fixups in README.md | ||||
| * | | | Remove unnecessary hyphens | Leo Vivier | 2018-12-28 | 1 | -2/+2 |
| | | | |