Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | Merge branch 'master' of github:mxovd/ranger into mxovd-master | toonn | 2018-05-14 | 1 | -0/+1 | |
| | | |\ \ \ | ||||||
| | | | * | | | Enter directory before executing command arguments | mxovd | 2018-04-13 | 1 | -0/+1 | |
| | | | |/ / | ||||||
| | | * | | | Merge branch 'rangerpath' | toonn | 2018-05-14 | 2 | -2/+7 | |
| | | |\ \ \ | | | | | |/ | | | | |/| | ||||||
| | | | * | | Add a TODO on deprecating --selectfile | toonn | 2018-04-02 | 1 | -0/+1 | |
| | | | | | | ||||||
| | | | * | | ranger <path> can select files | toonn | 2018-03-31 | 1 | -2/+6 | |
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because `ranger somefile` used to invoke rifle but that moved to its own command `ranger somefile` seemed defunct. People expected ranger to select the file and were baffled when it crashed. Now the documentation using the verbiage "path" is no longer confusing/a lie because it just works™ (until it breaks). Fixes #930 | |||||
| | | * | | Merge branch 'start-path-resolving' | toonn | 2018-05-09 | 1 | -4/+19 | |
| | | |\ \ | ||||||
| | | | * | | Implemented unit test for recent fix | tau3 | 2018-02-15 | 1 | -2/+2 | |
| | | | | | | ||||||
| | | | * | | Fixed start path resolving in case of absent working directory | tau3 | 2018-02-15 | 1 | -4/+19 | |
| | | | | | | ||||||
| | | * | | | Merge branch 'systemconf' | toonn | 2018-05-08 | 1 | -12/+44 | |
| | | |\ \ \ | | | | |_|/ | | | |/| | | ||||||
| | | | * | | Load system-wide configuration files. | toonn | 2018-02-01 | 1 | -12/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both rc.conf and commands.py are now additionally loaded from `/etc/ranger` if they exist. Fix #869 | |||||
| | * | | | | MISSION CRITICAL update to adhere to pep8 | toonn | 2018-04-21 | 1 | -2/+2 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pep8 was changed to recommend breaking lines *before* rather than after binary operators. This patch makes everything right with the universe. Fixes #1145 | |||||
| * | | | | Add a comment about encoding without previews | FichteFoll | 2018-03-09 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Close an unclosed file handle | FichteFoll | 2018-03-09 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Add optional encoding detection with chardet | FichteFoll | 2018-03-09 | 1 | -8/+30 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | If it's not available, test utf-8 and utf-16. If everything fails, fall back to latin1 as previously. Fixes #990. | |||||
* / / / | Add traverse_backwards command | Caleb Bassi | 2018-03-29 | 1 | -0/+17 | |
|/ / / | | | | | | | | | | * bound to { by default | |||||
* | / | Avoid calling os.getcwd() | Wojciech Siewierski | 2018-03-07 | 1 | -5/+5 | |
| |/ |/| | | | | | | | | | os.getcwd() dereferences symlinks and it's usually undesirable. Fixes #1105. | |||||
* | | Merge branch 'tag_add_parameters' of github:NoSuck/ranger | toonn | 2018-02-14 | 1 | -4/+4 | |
|\ \ | ||||||
| * | | Fully encompass tag_toggle | The Flying Rapist | 2018-02-09 | 1 | -4/+4 | |
| | | | ||||||
* | | | Allow to use >(...) in Bash for --choosedir & its friends | Wojciech Siewierski | 2018-02-11 | 1 | -1/+1 | |
|/ / | | | | | | | | | | | | | I see no good reason why realpath was preferred there over abspath and it clearly was breaking the process substitution (">(...)") by turning for instance "/proc/self/fd/13" into "/proc/32444/fd/pipe:[4935093]", the latter not being a valid file. | |||||
* | | Reload tags on reset | The Flying Rapist | 2018-02-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | Without this, there is no way to reload the “tagged” file. Being able to reload it is nice, because you can tag paths using external utilities (e.g. a feh action). | |||||
* | | change PATH to OUTFILE to avoid confusion | Alexander Blesius | 2018-02-06 | 1 | -6/+6 | |
|/ | | | | | | The metavar "PATH" is likely being confused with the environment variable PATH. OUTFILE makes it clearer that the "PATH" in question is a file. | |||||
* | Merge branch 'master' into v1.9.0 | hut | 2018-01-28 | 1 | -1/+2 | |
|\ | ||||||
| * | Added except catching for Python2. | Jon Anderson | 2018-01-27 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | When reading a file for which Ranger doesn't have permissions, Python3 throws an OSError. Python2 on the other hand throws a IOError, which wasn't being caught and caused Ranger to crash. IOError was added to catch statements for this reason. | |||||
* | | core.main: rearranged command line items | hut | 2018-01-28 | 1 | -2/+2 | |
|/ | ||||||
* | Merge branch 'terminology' of https://github.com/drasill/ranger | hut | 2017-12-20 | 1 | -0/+3 | |
|\ | ||||||
| * | Implement the terminology-based image previews | Christophe Badoit | 2017-05-18 | 1 | -0/+3 | |
| | | ||||||
* | | Fix the "inconsistent-return-statements" Pylint warning | Wojciech Siewierski | 2017-12-17 | 3 | -22/+28 | |
| | | | | | | | | | | Some of the changes definitely could have been done better with some refactoring instead of adding a "return" or two. Patches welcome! | |||||
* | | core.actions: reload rifle config on fm.reset() / Ctrl+R | hut | 2017-12-12 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'one-indexed' of https://github.com/n1amr/ranger | hut | 2017-10-17 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | add settings option to use one indexed line numbers | Amr Alaa | 2017-09-17 | 1 | -0/+1 | |
| | | | ||||||
* | | | If the user config is not available, always load the global one | Wojciech Siewierski | 2017-10-07 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | Ignore the RANGER_LOAD_DEFAULT_RC environmental variable if the user config doesn't exist or is unreadable because not loading any config would result in an unusable ranger instance. | |||||
* | | | Fix the badly indented line continuation | Wojciech Siewierski | 2017-10-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add option 'save_backtick_bookmark', fixes #947 | hut | 2017-10-01 | 1 | -0/+6 | |
|/ / | ||||||
* | | core.fm: more efficient preview cache cleaning | hut | 2017-07-07 | 1 | -1/+1 | |
| | | ||||||
* | | Properly handle toggling 'preview_images' | Wojciech Siewierski | 2017-07-06 | 2 | -1/+7 | |
| | | | | | | | | | | | | 1. Don't use the cached image previews if 'preview_images' is turned off. 2. Wipe the preview cache after toggling 'preview_images' for it to take effect immediately. | |||||
* | | core.runner: show stderr when using 'p' flag (#884) | hut | 2017-06-22 | 1 | -2/+2 | |
| | | ||||||
* | | moved inode filtering from choosedir to show-only-dirs | randnobx | 2017-06-15 | 1 | -1/+3 | |
| | | ||||||
* | | Merge branch 'choosedir-821' of https://github.com/randynobx/ranger | hut | 2017-06-08 | 1 | -0/+4 | |
|\ \ | ||||||
| * | | Separate the inode filter constants into their own class | Wojciech Siewierski | 2017-05-20 | 1 | -1/+2 | |
| | | | ||||||
| * | | fixed SettingsAware.settings to fm.settings | randnobx | 2017-05-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | added global_inode_filter_type setting; show only directories when --choosedir | randnobx | 2017-05-20 | 1 | -0/+3 | |
| |/ | | | | | | | merged local and global inode_filter handling; refactored hidden_inode_filter_func | |||||
* / | Switch the order of experimental plugin loading and rc.conf sourcing | daizeng1984 | 2017-06-07 | 1 | -13/+9 | |
|/ | ||||||
* | core.fm: confpath, datapath: Be strict about clean mode | nfnty | 2017-04-12 | 2 | -35/+42 | |
| | | | | Fixes #848 | |||||
* | container.settings: Log nonexistent `preview_script` | nfnty | 2017-04-11 | 1 | -8/+4 | |
| | | | | Related to #849 | |||||
* | Add ability to save/restore tabs | Vitaly Belman | 2017-03-19 | 2 | -0/+23 | |
| | | | | | Fixes #502 Closes #505 | |||||
* | core.main: Add support for `file://` URIs as path arguments | nfnty | 2017-03-18 | 1 | -1/+4 | |
| | | | | Fixes #836 | |||||
* | core.main: Use `PWD` as starting path cwd if available | nfnty | 2017-03-18 | 1 | -1/+1 | |
| | | | | | | Prevents dereferencing symlinks on startup. Fixes #837 | |||||
* | Improve error message for some commands when called without args | Samuel Walladge | 2017-03-15 | 1 | -1/+4 | |
| | | | | | | | | | Commands improved: * `change_mode` * `flat` * `chain` * `chmod` * All `map` commands | |||||
* | core.main: `--version`: Report Python version and locale | nfnty | 2017-02-19 | 1 | -10/+11 | |
| | | | | | | Makes issue reporting easier. Fixes #812 | |||||
* | settings: Allow any capitalization of `RANGER_LOAD_DEFAULT_RC` | nfnty | 2017-02-16 | 2 | -2/+2 | |
| | | | | Fixes #810 |