Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the style to be more modern and pythonic | toonn | 2019-05-19 | 1 | -7/+14 |
| | | | | | Replaced the erroneous used of `extend` with `append`. It was working out by coincidence but probably making the `join` much less efficient. | ||||
* | Make bulkrename create destination directories (fixes #963) | GermainZ | 2018-10-16 | 1 | -3/+9 |
| | |||||
* | Merge pull request #1339 from GermainZ/file_preview_scrolling_limits | Wojciech Siewierski | 2018-10-14 | 1 | -2/+5 |
|\ | | | | | Do not allow scrolling beyond end of file preview | ||||
| * | Merge branch 'master' into file_preview_scrolling_limits | Wojciech Siewierski | 2018-10-14 | 5 | -17/+33 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1338 from GermainZ/human-readable-sizes-option | Wojciech Siewierski | 2018-10-14 | 5 | -17/+33 |
|\ \ | | | | | | | Add size_in_bytes setting to optionally show all sizes in bytes | ||||
| * | | Add size_in_bytes setting to show all sizes in bytes | GermainZ | 2018-10-14 | 5 | -17/+33 |
|/ / | |||||
| * | Do not allow scrolling beyond end of file preview | GermainZ | 2018-10-14 | 1 | -2/+5 |
|/ | |||||
* | Merge branch 'LeLobster-stborderw3mfix' | toonn | 2018-10-08 | 5 | -18/+31 |
|\ | |||||
| * | Merge branch 'master' into stborderw3mfix | LeLobster | 2018-10-07 | 1 | -1/+1 |
| |\ | |||||
| * | | Resolve requested changes | LeLobster | 2018-10-07 | 3 | -6/+6 |
| | | | |||||
| * | | Rename st_* to w3m_* here as well, oops | LeLobster | 2018-10-07 | 2 | -11/+15 |
| | | | | | | | | | | | | Undo 'changes' to rifle doc | ||||
| * | | Rename setting st_* to w3m_*. Did I really forget to change this earlier? | LeLobster | 2018-10-06 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "Check the env variable TERM before setting w3m offset" | LeLobster | 2018-10-06 | 1 | -7/+2 |
| | | | | | | | | | | | | This reverts commit d5d668a62faeea07a7476a14fef0f63ea84a83e8. | ||||
| * | | Update man pages and config opt name to be generic in stead of st | LeLobster | 2018-10-05 | 3 | -6/+6 |
| | | | |||||
| * | | Merge branch 'stborderw3mfix' of github.com:LeLobster/ranger into stborderw3mfix | LeLobster | 2018-10-05 | 1 | -2/+2 |
| |\ \ | |||||
| | * \ | Merge branch 'master' into stborderw3mfix | LeLobster | 2018-10-05 | 1 | -2/+2 |
| | |\ \ | |||||
| * | | | | Check the env variable TERM before setting w3m offset | LeLobster | 2018-10-05 | 1 | -2/+7 |
| |/ / / | |||||
| * | | | Add comment about st_border_offset in the man page | LeLobster | 2018-10-05 | 3 | -30/+28 |
| | | | | |||||
| * | | | Comply with pylint's complaint about > 15 local vars | LeLobster | 2018-10-05 | 1 | -4/+4 |
| | | | | |||||
| * | | | Fix ALLOWED_SETTINGS order | LeLobster | 2018-10-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add option to set a border value for use with st term | LeLobster | 2018-10-04 | 3 | -2/+9 |
| | | | | |||||
* | | | | Replace pipenv with a simple requirements.txt | Wojciech Siewierski | 2018-10-08 | 4 | -193/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Motivations: - we do not want to pin a single Python version like Pipenv usually does - constant issues like https://github.com/pypa/pipenv/issues/2924 | ||||
* | | | | Merge pull request #1330 from Vifon/preview_scroll_action | Wojciech Siewierski | 2018-10-08 | 4 | -1/+21 |
|\ \ \ \ | | | | | | | | | | | Add a bindable action for scrolling the file preview | ||||
| * | | | | Add a bindable action for scrolling the file preview | Wojciech Siewierski | 2018-10-08 | 4 | -1/+21 |
|/ / / / | |||||
* | | | | Merge pull request #1329 from pvl1/master | Wojciech Siewierski | 2018-10-08 | 2 | -3/+8 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | initial mouse wheel scroll support in preview Closes #147. | ||||
| * | | | Refactor the code and fix the coding style | Wojciech Siewierski | 2018-10-08 | 2 | -10/+4 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/pvl1/ranger | pavel | 2018-10-07 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' into master | pvl1 | 2018-10-07 | 1 | -1/+1 |
| | |\ \ \ | |_|/ / / |/| | | | | |||||
* | | | | | Fix a misnamed command in the documentation | Wojciech Siewierski | 2018-10-07 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
| * | | | fixed CI errors | pavel | 2018-10-07 | 1 | -7/+8 |
| |/ / | |||||
| * | | limited scrolling to the end of the file | pavel | 2018-10-07 | 1 | -5/+6 |
| | | | |||||
| * | | initial mouse wheel scroll support | pavel | 2018-10-07 | 2 | -2/+11 |
|/ / | |||||
* | | Merge pull request #1324 from Vifon/vifon/travis_update | Wojciech Siewierski | 2018-10-03 | 1 | -2/+2 |
|\ \ | |/ |/| | Update the Travis handling | ||||
| * | Travis: Python 3.7 seems to be broken on Travis, let's leave it for now | Wojciech Siewierski | 2018-10-03 | 1 | -1/+0 |
| | | |||||
| * | Travis: Update the checked python versions | Wojciech Siewierski | 2018-10-03 | 1 | -1/+2 |
| | | |||||
| * | Make sure Travis uses pipenv when testing | Wojciech Siewierski | 2018-10-03 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1319 from mark-dawn/kitty-format-fix | Toon Nolten | 2018-10-01 | 1 | -2/+2 |
|\ | | | | | Fix for issue #1312 (wrong color format) | ||||
| * | Fix for issue #1312 (wrong color format) | mark-dawn | 2018-09-30 | 1 | -2/+2 |
|/ | | | | | Moved the format conversion line from the stream section to the general one, as PIL does not autoconvert on save | ||||
* | Updated release doc | toonn | 2018-09-10 | 3 | -5/+5 |
| | | | | | | The very last step changed. Also replaced a stale link in the man page. | ||||
* | Business as usual | toonn | 2018-09-10 | 1 | -1/+1 |
| | |||||
* | If you can read this on Debian, you're living in the future v1.9.2 | toonn | 2018-09-09 | 6 | -6/+48 |
| | |||||
* | Merge branch 'master' into stable | Toon Nolten | 2018-09-09 | 52 | -399/+1984 |
|\ | | | | | | | Preparing for release 1.9.2 | ||||
| * | New filter type for matching mimetypes | Wojciech Siewierski | 2018-09-08 | 3 | -0/+22 |
| | | |||||
| * | Merge branch 'Xunius-flagt' | toonn | 2018-09-08 | 2 | -16/+95 |
| |\ | |||||
| | * | Change rifle fallback mechanism for flag t | toonn | 2018-06-23 | 2 | -9/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rifle used to just fall back to using `xterm` when `flag t` was used and `TERMCMD` didn't yield a valid command or the terminal emulator couldn't be determined from the `TERM` variable. Now when the need to fallback occurs rifle uses its own rules with a custom mime type i.e. `ranger/x-terminal-emulator`. This way we can provide a default sequence from rarer to more common terminal emulators and users can change the fallback by editing `rifle.conf` Fixes #1108 | ||||
| | * | remove term=term.lower() | guangzhi | 2018-05-19 | 1 | -7/+5 |
| | | | |||||
| | * | Merge branch 'master' into flagt | Xunius | 2018-05-19 | 16 | -40/+59 |
| | |\ | |||||
| | * \ | Merge branch 'master' into flagt | Xunius | 2018-05-15 | 21 | -68/+255 |
| | |\ \ | |||||
| | * | | | more terminals tested for fix of issue #1108 | guangzhi | 2018-03-16 | 1 | -20/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle aliases for 'xterm', 'xterm-256color' by using 'xterm' if $TERMCMD starts with 'xterm'. If $TERMCMD in ['urxvt', 'rxvt-unicode'], use 'urxvt'. If $TERMCMD in ['rxvt', 'rxvt-256color'], use 'rxvt' if found, otherwise 'urxvt'. Tested 'termite (13-1)', 'terminology (1.1.1-1)', 'pantheon-terminal (0.4.3-2)' and 'st (1:0.7.r38.g0ac685f-1)', these all use the -e flag. Tested 'tilda (1.4.1-1)', which uses -c flag. 'tilda', 'pantheon-terminal', 'terminology' and 'termite' don't work with the '/bin/sh --set' scheme. As a temp fix, get the application name and argument from `command` and compose the `cmd` list from these. See line 397--407 for details. Let's forget about mac users, shall we? | ||||
| | * | | | Correct some formatting in fix of issue #1108. | guangzhi | 2018-03-13 | 1 | -10/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove some trailing whitespaces etc. Another note: regarding iterm2 or some other terminals on mac, it seems to be rather different to launch a new window in mac than in linux. Some search suggests that you need to issue open -a terminal -n to open a new terminal window. So that would probably involve other changes than simply getting a correct cmdflag. |