summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* config/rc.conf: Properly set `preview_script` by defaultnfnty2017-04-122-4/+17
* core.fm: confpath, datapath: Be strict about clean modenfnty2017-04-122-35/+42
* container.settings: Log nonexistent `preview_script`nfnty2017-04-112-8/+5
* container.fsobject: Fix some issues with symlink stat handlingWojciech Siewierski2017-04-061-1/+1
* config: Disable `cd_tab_smart` by defaultnfnty2017-03-261-1/+1
* commands: cd: Implement smart tab completion with less typingnfnty2017-03-263-45/+111
* commands: Add setting for cd tab completion case sensitivityDmitry Kryukov2017-03-193-2/+12
* Add ability to save/restore tabsVitaly Belman2017-03-194-0/+27
* core.main: Add support for `file://` URIs as path argumentsnfnty2017-03-181-1/+4
* core.main: Use `PWD` as starting path cwd if availablenfnty2017-03-181-1/+1
* gui.curses_shortcuts: Fix handling of strings for `add*` functionsnfnty2017-03-181-3/+3
* Improve error message for some commands when called without argsSamuel Walladge2017-03-152-6/+19
* :cd tab completion again considers the whole lineWojciech Siewierski2017-03-121-2/+2
* config.commands.cd.tab: Now tab works fine with '-r'강동훈(DongHoon Kang)2017-03-121-3/+9
* data/scope.sh: highlight: Replace tabs with spacesnfnty2017-03-101-1/+3
* rc.conf: Map F2 to :renameWojciech Siewierski2017-02-261-0/+1
* gui.widgets.console.Console: Don't crash when parsing corrupt history filenfnty2017-02-251-2/+6
* core.main: `--version`: Report Python version and localenfnty2017-02-191-10/+11
* Beta release 1.9.0b5 v1.9.0b5nfnty2017-02-192-2/+2
* settings: Allow any capitalization of `RANGER_LOAD_DEFAULT_RC`nfnty2017-02-162-2/+2
* linting: pylint: `sys.stdout.buffer.write`: Fix `no-member`nfnty2017-02-141-1/+1
* ext.img_display.Iterm2ImageDisplayer.draw: Fix `TypeError`nfnty2017-02-141-1/+5
* gui.ansi.char_slice: Widestring awarenfnty2017-02-101-4/+6
* ranger.VERSION: Change to `master`nfnty2017-02-101-1/+1
* Beta release 1.9.0b4 v1.9.0b4nfnty2017-02-102-3/+3
* ranger.VERSION: Change to `master`nfnty2017-02-101-1/+1
* Beta release 1.9.0b3 v1.9.0b3nfnty2017-02-102-3/+3
* ranger.VERSION: Change to `master`nfnty2017-02-101-1/+1
* Beta release 1.9.0b2 v1.9.0b2nfnty2017-02-102-3/+3
* ranger.VERSION: Change to `master`nfnty2017-02-101-1/+1
* Beta release 1.9.0b1 v1.9.0b1nfnty2017-02-102-3/+3
* core.main: Improve version infonfnty2017-02-102-17/+13
* linting: Rename config filesnfnty2017-02-091-0/+0
* commands: Add `quitall!`, Change behavior of `quit!`nfnty2017-02-092-14/+37
* api.commands.CommandContainer.get_command: Inverse `abbrev`nfnty2017-02-083-12/+11
* config.commands: quit, quitall: Don't exit if loader has workSamuel Walladge2017-02-082-8/+18
* container.file.File: Fix `is_binary`Samuel Walladge2017-02-071-13/+13
* gui.widgets.titlebar.Titlebar.click: Fix directory enternfnty2017-02-071-4/+3
* gui.widgets.titlebar.Titlebar: Fix right width logicnfnty2017-02-071-5/+5
* api: Fix backwards compatibilitynfnty2017-02-063-21/+8
* 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