Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | self is not available in default argument value | toonn | 2019-11-07 | 1 | -1/+3 | |
| | | | ||||||
* | | | Check current dir exists when pasting | toonn | 2019-11-07 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I changed the default `dest` for paste to the value that's used if `None` were passed to the `CopyLoader`, i.e., `self.thistab.path`, because the current directory was bypassing the `isdir()` check otherwise. Fixes #1660 | |||||
* | | | Merge branch 'master' into image-displayer-registry | Joe Rice | 2019-10-14 | 1 | -1/+3 | |
|\ \ \ | ||||||
| * | | | Fix long lines for pylint | toonn | 2019-10-11 | 1 | -1/+3 | |
| | | | | ||||||
* | | | | moved image displayer registry getter logic into ext.img_display | Joseph Rice | 2019-10-11 | 1 | -7/+2 | |
| | | | | ||||||
* | | | | Merge branch 'master' into image-displayer-registry | Joseph Rice | 2019-10-11 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | Merge branch 'swalladge-support-wayland' | toonn | 2019-10-07 | 1 | -1/+1 | |
| |\ \ \ | | |_|/ | |/| | | ||||||
| | * | | expand X condition only | Samuel Walladge | 2019-07-24 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | support wayland condition for rifle | Samuel Walladge | 2019-07-23 | 1 | -1/+1 | |
| | |/ | | | | | | | | | | - also support wayland for flag t (opening in new terminal) | |||||
* | / | added registry for ImageDisplayer objects | Joseph Rice | 2019-09-10 | 1 | -21/+5 | |
|/ / | ||||||
* | | core.actions: Log which files were deleted | Wojciech Siewierski | 2019-09-10 | 1 | -1/+1 | |
| | | ||||||
* | | Drop truth values; rename warning setting | Toon Nolten | 2019-08-18 | 1 | -3/+3 | |
| | | ||||||
* | | Warn when nesting ranger | toonn | 2019-08-03 | 1 | -0/+10 | |
|/ | | | | | | | | | | | | | | | Users frequently request that launching ranger in a subshell started from ranger (using `S`) instead exits the subshell so they end up in their original ranger instance without nesting, which is rarely useful. This isn't possible because a process can't easily kill its parent shell. To at least avoid such confusion we warn about nesting by default. A new setting `nested_ranger_warning` is added to `rc.conf`. The warning can be either disabled or the severity increased so the message is more visible. Fixes #1645 | |||||
* | 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 | |
| | ||||||
* | Merge branch 'germainz-skip_ask' | toonn | 2019-05-20 | 1 | -1/+2 | |
|\ | ||||||
| * | Do not include "ask" in open_with options (fixes #1047) | GermainZ | 2018-10-15 | 1 | -1/+2 | |
| | | ||||||
* | | Add a blank line between internal and external imports | Wojciech Siewierski | 2019-04-27 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'human-linemodes' of https://github.com/joelostblom/ranger into ↵ | Wojciech Siewierski | 2019-04-27 | 1 | -1/+26 | |
|\ \ | | | | | | | | | | joelostblom-human-linemodes | |||||
| * | | Move helper into ranger/ext | toonn | 2019-04-23 | 1 | -19/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There's already a `human_readable` for size in `ranger/ext`, I figure we might as well add the new helper there, make it easily accessible in other code. Did some renaming, no need to drop the `readable` part to shorten the names. Similarly I changed one of the mappings to be more intuitive. | |||||
| * | | Increase function name accuracy | joelostblom | 2018-12-26 | 1 | -3/+3 | |
| | | | ||||||
| * | | Break out common code into helper funciton | joelostblom | 2018-12-25 | 1 | -18/+14 | |
| | | | ||||||
| * | | Choose more recognizable numbers | joelostblom | 2018-12-25 | 1 | -4/+4 | |
| | | | ||||||
| * | | Remove else after return | joelostblom | 2018-12-25 | 1 | -7/+5 | |
| | | | ||||||
| * | | Add new linemode classes | joelostblom | 2018-12-18 | 1 | -0/+43 | |
| | | | ||||||
* | | | Expand on Vifon's tag_toggle argument swap | toonn | 2019-04-14 | 1 | -4/+18 | |
| | | | ||||||
* | | | core.actions: Simplify the usage of :tag_toggle | Wojciech Siewierski | 2019-04-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Now it's possible to call :tag_toggle with tag as the positional argument (:tag_toggle X), not only by name (:tag_toggle tag=X). All our usage of tag_toggle() is done with named arguments so there shouldn't be any internal breakage. | |||||
* | | | Revert "core.main: reactivate file opening with ranger directly" | toonn | 2019-04-14 | 1 | -17/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hut misunderstood an issue people were having with ranger's "open focused on a file" feature and undeprecated the rifle-like functionality. The feature's still broken but I'm already redeprecating because people'll get upset if they start using ranger as rifle and it stops working again when I fix the feature in the near future. This reverts commit 67e4ea4e143ed3516e5fe02607bbaf8aedf3534d. | |||||
* | | | core.main: reactivate file opening with ranger directly | hut | 2019-04-03 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The normal way to open files with ranger would be to use the tool "rifle" like "rifle <filename>". Ranger used to be able to open files directly, but that feature was removed in 924135e1934a01faef64e94d2425d23f9790b6cf. People have been trying to use ranger like that though, and why force rifle on them? | |||||
* | | | core.main: fixed error when starting in inaccessible path | hut | 2019-04-03 | 1 | -1/+2 | |
| | | | ||||||
* | | | core.actions: avoid error message when pressing right in empty dir | hut | 2019-03-31 | 1 | -0/+2 | |
| | | | ||||||
* | | | Add a notification for the open_all_images autodisabling | Wojciech Siewierski | 2019-03-10 | 1 | -0/+1 | |
| | | | ||||||
* | | | Temporarily disable open_all_images if there are too many images | Wojciech Siewierski | 2019-03-10 | 1 | -2/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In extreme cases, all the images may be too much to handle by the system ("Argument list too long", errno 7). In such cases, let's Do The Right Thing™ and temporarily disable the open_all_images setting. Without this option we'll only open the single image. Fixes #1488. | |||||
* | | | Fix dest check for :paste | toonn | 2019-03-05 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | The new destination argument for `:paste` requires a guard on whether it is a valid target. A bug snuck in because of copious negation : ) This is now fixed, we only allow the target to be a directory or `None` which means the current tab's working directory. | |||||
* | | | Minor docstring rephrasing | toonn | 2019-02-28 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fixing the dumb clearing mistake | Stanislav Arnaudov | 2019-02-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Clearing up some whitespaces | Stanislav Arnaudov | 2019-02-26 | 2 | -2/+2 | |
| | | | ||||||
* | | | Implementing destination argument for the built in paste command | Stanislav Arnaudov | 2019-02-24 | 2 | -7/+12 | |
| | | | ||||||
* | | | Ensure that `--clean` doesn't require writable confdir | hut | 2019-02-05 | 2 | -3/+12 | |
| | | | ||||||
* | | | 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 | |
| |/ / | ||||||
* | | | 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. | |||||
* | | | Merge branch 'master' into anypathmacro | Wojciech Siewierski | 2018-12-26 | 4 | -27/+117 | |
|\| | | ||||||
| * | | Merge branch 'seebye-master' | toonn | 2018-11-07 | 1 | -1/+5 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' into master | Wojciech Siewierski | 2018-10-27 | 2 | -9/+11 | |
| | |\ \ | ||||||
| | * \ \ | Merge branch 'master' into master | seebye | 2018-10-25 | 1 | -2/+5 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | * | | | Merge branch 'master' into master | seebye | 2018-10-10 | 2 | -5/+98 | |
| | |\ \ \ | ||||||
| | * | | | | quit image displayer on changing preview_images_method | seebye | 2018-08-28 | 1 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | support ueberzug image displayer | seebye | 2018-08-25 | 1 | -1/+3 | |
| | | | | | |