Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commands: Add setting for cd tab completion case sensitivity | Dmitry Kryukov | 2017-03-19 | 3 | -2/+12 |
| | |||||
* | Add ability to save/restore tabs | Vitaly Belman | 2017-03-19 | 4 | -0/+27 |
| | | | | | 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 | ||||
* | gui.curses_shortcuts: Fix handling of strings for `add*` functions | nfnty | 2017-03-18 | 1 | -3/+3 |
| | | | | Fixes #833 | ||||
* | Improve error message for some commands when called without args | Samuel Walladge | 2017-03-15 | 2 | -6/+19 |
| | | | | | | | | | Commands improved: * `change_mode` * `flat` * `chain` * `chmod` * All `map` commands | ||||
* | :cd tab completion again considers the whole line | Wojciech Siewierski | 2017-03-12 | 1 | -2/+2 |
| | | | | Important when the directory name contains spaces. | ||||
* | config.commands.cd.tab: Now tab works fine with '-r' | 강동훈(DongHoon Kang) | 2017-03-12 | 1 | -3/+9 |
| | | | | | cd tab completion didn't work in the presence of real path argument '-r'. Fixed that. | ||||
* | data/scope.sh: highlight: Replace tabs with spaces | nfnty | 2017-03-10 | 1 | -1/+3 |
| | |||||
* | rc.conf: Map F2 to :rename | Wojciech Siewierski | 2017-02-26 | 1 | -0/+1 |
| | | | | | | | | F2 is commonly used for renaming in various file managers. Since we support the other F-keys in a manner similar to Midnight Commander, mapping F2 to rename makes sense too. Closes #818. | ||||
* | gui.widgets.console.Console: Don't crash when parsing corrupt history file | nfnty | 2017-02-25 | 1 | -2/+6 |
| | | | | Fixes #817 | ||||
* | core.main: `--version`: Report Python version and locale | nfnty | 2017-02-19 | 1 | -10/+11 |
| | | | | | | Makes issue reporting easier. Fixes #812 | ||||
* | Beta release 1.9.0b5 v1.9.0b5 | nfnty | 2017-02-19 | 2 | -2/+2 |
| | |||||
* | settings: Allow any capitalization of `RANGER_LOAD_DEFAULT_RC` | nfnty | 2017-02-16 | 2 | -2/+2 |
| | | | | Fixes #810 | ||||
* | linting: pylint: `sys.stdout.buffer.write`: Fix `no-member` | nfnty | 2017-02-14 | 1 | -1/+1 |
| | |||||
* | ext.img_display.Iterm2ImageDisplayer.draw: Fix `TypeError` | nfnty | 2017-02-14 | 1 | -1/+5 |
| | | | | Fixes #807 | ||||
* | gui.ansi.char_slice: Widestring aware | nfnty | 2017-02-10 | 1 | -4/+6 |
| | | | | | | Fix Python 2 widestrings being cut off Fixes #164 | ||||
* | ranger.VERSION: Change to `master` | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | Beta release 1.9.0b4 v1.9.0b4 | nfnty | 2017-02-10 | 2 | -3/+3 |
| | |||||
* | ranger.VERSION: Change to `master` | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | Beta release 1.9.0b3 v1.9.0b3 | nfnty | 2017-02-10 | 2 | -3/+3 |
| | |||||
* | ranger.VERSION: Change to `master` | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | Beta release 1.9.0b2 v1.9.0b2 | nfnty | 2017-02-10 | 2 | -3/+3 |
| | |||||
* | ranger.VERSION: Change to `master` | nfnty | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | Beta release 1.9.0b1 v1.9.0b1 | nfnty | 2017-02-10 | 2 | -3/+3 |
| | |||||
* | core.main: Improve version info | nfnty | 2017-02-10 | 2 | -17/+13 |
| | |||||
* | linting: Rename config files | nfnty | 2017-02-09 | 1 | -0/+0 |
| | |||||
* | commands: Add `quitall!`, Change behavior of `quit!` | nfnty | 2017-02-09 | 2 | -14/+37 |
| | | | | Fixes #802 | ||||
* | api.commands.CommandContainer.get_command: Inverse `abbrev` | nfnty | 2017-02-08 | 3 | -12/+11 |
| | |||||
* | config.commands: quit, quitall: Don't exit if loader has work | Samuel Walladge | 2017-02-08 | 2 | -8/+18 |
| | | | | Fixes #739 | ||||
* | container.file.File: Fix `is_binary` | Samuel Walladge | 2017-02-07 | 1 | -13/+13 |
| | | | | | | | Open file in binary mode to avoid decoding errors. Fix string handling in Python 2 vs 3. Fixes #161 | ||||
* | gui.widgets.titlebar.Titlebar.click: Fix directory enter | nfnty | 2017-02-07 | 1 | -4/+3 |
| | |||||
* | gui.widgets.titlebar.Titlebar: Fix right width logic | nfnty | 2017-02-07 | 1 | -5/+5 |
| | | | | Fixes #563 | ||||
* | api: Fix backwards compatibility | nfnty | 2017-02-06 | 3 | -21/+8 |
| | | | | Remove deprecated file | ||||
* | container.directory.Directory: Fix `setopt` signals when deleted | nfnty | 2017-02-06 | 1 | -5/+17 |
| | | | | Fixes #366 | ||||
* | core.actions.Actions.move: visual: Change order of if statements | nfnty | 2017-02-06 | 1 | -6/+6 |
| | |||||
* | gui.widgets.browsercolumn.BrowserColumn.draw: Minor refactor | nfnty | 2017-02-06 | 1 | -22/+20 |
| | |||||
* | core.main: Catch the right traceback | nfnty | 2017-02-06 | 1 | -3/+10 |
| | |||||
* | api.commands: Tab completion: Escape macros if `resolve_macros` is enabled | nfnty | 2017-02-06 | 4 | -10/+31 |
| | | | | Fixes #460 | ||||
* | gui.widgets.browsercolumn: Set bookmark `'` when right clicking | nfnty | 2017-02-05 | 1 | -1/+1 |
| | | | | Fixes #419 | ||||
* | Add `$XDG_DATA_HOME` support | nfnty | 2017-02-05 | 8 | -40/+54 |
| | | | | | Fixes #303 Fixes #448 | ||||
* | rifle: Add new option flag `-c` | Samuel Walladge | 2017-02-05 | 1 | -7/+27 |
| | |||||
* | Add setting `wrap_scroll`: Visual mode | nfnty | 2017-02-05 | 3 | -27/+45 |
| | |||||
* | Add setting `wrap_scroll` | Samuel Walladge | 2017-02-05 | 4 | -1/+7 |
| | | | | | | Adds ability to wrap around when scrolling. Fixes #176 | ||||
* | ext.shutil_generatorized: Add `copystat` with errors ignored | nfnty | 2017-02-04 | 1 | -2/+84 |
| | |||||
* | api.commands: CommandFunction: Can't set `__doc__` after creation on Python 2 | nfnty | 2017-02-04 | 1 | -1/+2 |
| | |||||
* | api.commands: Fix function and alias commands names | nfnty | 2017-02-04 | 1 | -5/+5 |
| | |||||
* | config/rc.conf: `tab_new` opens a new tab in CWD by default | nfnty | 2017-02-04 | 1 | -2/+2 |
| | |||||
* | api.commands: Refactor function and alias commands | nfnty | 2017-02-04 | 2 | -69/+64 |
| | |||||
* | linting: pylint: Fix `literal-comparison` | nfnty | 2017-02-04 | 2 | -2/+2 |
| |