summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* container.directory.Directory: Fix `setopt` signals when deletednfnty2017-02-061-5/+17
* core.actions.Actions.move: visual: Change order of if statementsnfnty2017-02-061-6/+6
* gui.widgets.browsercolumn.BrowserColumn.draw: Minor refactornfnty2017-02-061-22/+20
* core.main: Catch the right tracebacknfnty2017-02-061-3/+10
* api.commands: Tab completion: Escape macros if `resolve_macros` is enablednfnty2017-02-064-10/+31
* gui.widgets.browsercolumn: Set bookmark `'` when right clickingnfnty2017-02-051-1/+1
* Add `$XDG_DATA_HOME` supportnfnty2017-02-058-40/+54
* rifle: Add new option flag `-c`Samuel Walladge2017-02-051-7/+27
* Add setting `wrap_scroll`: Visual modenfnty2017-02-053-27/+45
* Add setting `wrap_scroll`Samuel Walladge2017-02-054-1/+7
* ext.shutil_generatorized: Add `copystat` with errors ignorednfnty2017-02-041-2/+84
* api.commands: CommandFunction: Can't set `__doc__` after creation on Python 2nfnty2017-02-041-1/+2
* api.commands: Fix function and alias commands namesnfnty2017-02-041-5/+5
* config/rc.conf: `tab_new` opens a new tab in CWD by defaultnfnty2017-02-041-2/+2
* api.commands: Refactor function and alias commandsnfnty2017-02-042-69/+64
* linting: pylint: Fix `literal-comparison`nfnty2017-02-042-2/+2
* api.commands.CommandContainer.alias: Fix syntax error for Python < 3.5nfnty2017-02-041-4/+1
* api.commands: Fix `FunctionCommand` aliasesnfnty2017-02-041-13/+7
* Fix hidden filter for flat: Match all path componentsnfnty2017-02-031-2/+7
* gui.widgets.browsercolumn: Refactor `Browsercolumn.need_redraw` logicnfnty2017-02-031-11/+13
* gui.widgets.browsercolumn: Redraw if file is outdatednfnty2017-02-032-11/+21
* Fix hidden filter for flatnfnty2017-02-031-1/+2
* config/rc.conf: Minor changesMarcel Partap2017-02-031-1/+3
* core.actions.Actions.move: Fix visual selectionnfnty2017-02-031-1/+1
* Fix alias macro expansionnfnty2017-02-032-7/+13
* api.commands: Refactor aliasingnfnty2017-02-031-42/+23
* api.commands.Command.rest: Fix char space matchingnfnty2017-02-021-2/+2
* Partially revert "config.commands.alias: Prohibit creation of alias with name...nfnty2017-02-021-4/+0
* gui.widgets.console.Console: Fix closing when line emptynfnty2017-02-021-4/+5
* gui.curses_shortcuts: addstr, addnstr: Handle `UnicodeError`nfnty2017-02-011-2/+2
* config.commands.alias: Prohibit creation of alias with name 'alias'nfnty2017-02-011-2/+7
* core.main.parse_arguments: Resolve links, Validate pathsnfnty2017-02-011-12/+16
* ranger.main: Remove deprecated COMPAT argsnfnty2017-02-011-14/+3
* container.directory.Directory: Resort directly after setting changesnfnty2017-02-011-4/+2
* ranger.core.actions.Actions.move: Reduce nestingnfnty2017-02-011-45/+48
* commands: rename_append: Add flagsnfnty2017-02-011-41/+62
* commands: rename: Fix bookmarks and tags updatingnfnty2017-02-013-24/+37
* Add command for jumping to first non-directory/non-fileThe Flying Rapist2017-02-012-0/+45
* `--choosefiles`: Choose all selected files, not just CWDmrogalski2017-01-313-4/+32
* api.commands.AliasCommand: Fix overwritten attributenfnty2017-01-301-4/+4
* ext.vcs.vcs: VcsThread: Fix overridden instance attribute exceptionnfnty2017-01-302-5/+8
* Improve shutdown error handling; Limit `VCSThread` waitnfnty2017-01-303-3/+5
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-3018-169/+151
* Merge remote-tracking branch 'Vifon/urxvt_preview_cleanup'nfnty2017-01-291-7/+20
|\
| * Cleanup the urxvt image previewsWojciech Siewierski2017-01-291-18/+18
| * Fix urxvt based image displayer when running on tmuxShotaro Fujimoto2017-01-291-6/+19
* | ext.vcs.vcs: VcsThread: Protect instance membersnfnty2017-01-291-33/+33
* | core.main: Refactor exit handlingael-code2017-01-293-29/+52
|/
* gui.ui: Handle tmux `automatic-rename`Kevin Velghe2017-01-291-0/+26
* core.main: Check that paths are accessible before startingnfnty2017-01-291-33/+23