summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* bookmarks: add __delitem__ implementationLaurent Charignon2016-01-311-0/+3
* bookmarks: add missing initialization of original_dictLaurent Charignon2016-01-311-0/+1
* history: fix logic error and add test for all the methodsLaurent Charignon2016-01-311-1/+1
* history: cleanup two unused methodsLaurent Charignon2016-01-311-6/+0
* history: fix maxlen is defined as an optional argument even if it is not oneLaurent Charignon2016-01-311-0/+1
* bookmarks: fix issue #447 Bookmarks aren't updated on renamingLaurent Charignon2016-01-301-0/+8
* core.actions: added "COMPAT" comment to stick to conventionshut2016-01-241-1/+1
* Restore :delete backward compatiblityWojciech Siewierski2016-01-241-1/+4
* Move some :delete logic to fm.delete, further refactoringWojciech Siewierski2016-01-242-23/+19
* :delete refactoringWojciech Siewierski2016-01-242-28/+20
* core.actions: in delete(), renamed "narg" to "files"hut2016-01-241-3/+3
* Allow :delete to take argumentsWojciech Siewierski2016-01-242-21/+46
* config/commands.py: Reduce code duplication in :deleteWojciech Siewierski2016-01-231-9/+9
* img_display: added TODO entry about removing FileManagerAwarehut2016-01-181-0/+2
* ext.img_display: Autodetect w3mimgdisplay locationhut2016-01-181-28/+41
* config/rc.conf: keybinding 'zi' now toggles preview_imageshut2016-01-081-1/+2
* widgets.pager: fix 'G' key in streams, fixes #74hut2016-01-041-4/+13
* ranger.pod: describe that :setlocal path is a regexhut2016-01-011-1/+1
* core.main: Check XDG_CACHE_HOME, fixes #442hut2016-01-012-7/+12
* gui.iu: better dochut2015-12-211-5/+5
* container.tags: handle more py3 encoding errorshut2015-12-051-1/+5
* core.main: moved 'must run ranger in terminal' messagehut2015-12-051-4/+4
* core.main: handle py3 encoding errors in --list-tagged-fileshut2015-12-051-1/+4
* ext.openstruct: removed redundant "__" suffix for argumentshut2015-12-011-7/+4
* Merge branch 'shift_tab' of https://github.com/nfnty/rangerhut2015-11-204-26/+33
|\
| * commands.py: Pass number to tab()nfnty2015-11-174-26/+33
* | Merge branch 'vifon/root-preview-disable-info' of https://github.com/Vifon/ra...hut2015-11-201-0/+1
|\ \
| * | core.main: Log the fact of disabling the file previews for rootWojciech Siewierski2015-11-181-0/+1
| |/
* / config/commands.py: fixed off-by-one in :rename_appendhut2015-11-171-3/+4
|/
* config/rc.conf: do s/%/%%/ in filenames for a/A/I keyshut2015-11-162-4/+4
* Revert "config.commands: don't resolve macros in :rename/:touch"hut2015-11-161-4/+0
* Added :echo command, disabled :notify commandhut2015-11-142-1/+11
* fixed line widths in commit a090d85 (#400)hut2015-11-141-3/+6
* Merge branch 'p_macro' of https://github.com/NoSuck/rangerhut2015-11-141-2/+8
|\
| * Added %p macro for full paths of selected files.The Flying Rapist2015-10-181-2/+8
* | ext.rifle: slight efficiency improvement over last commithut2015-11-141-5/+6
* | Merge branch 'rifle_ext_condition' of https://github.com/NoSuck/rangerhut2015-11-141-3/+5
|\ \
| * | Rifle's ext condition now handles fringe cases.The Flying Rapist2015-10-241-3/+5
* | | Merge branch 'imv' of https://github.com/autrimpo/rangerhut2015-11-141-1/+6
|\ \ \
| * | | open_all_images support for imvMichal Koutenský2015-11-131-1/+6
* | | | config.rifle: consistent prioritization of audio/video fileshut2015-11-061-2/+2
* | | | ranger.gui.widgets: code deduplicationhut2015-10-293-4/+2
* | | | Fix TitleBar ellipsis AttributeErrornfnty2015-10-281-0/+2
| |/ / |/| |
* | | config/commands.py: fix tab completion order of `:set`hut2015-10-201-3/+3
* | | colorscheme: check for compiled python filesThijs Vermeir2015-10-201-1/+1
* | | widgets.titlebar: replace ":" with " " for selectabilityhut2015-10-201-1/+1
* | | Use configured ellipsis instead of tilde for cut tab titles.Marcel Partap2015-10-201-1/+1
* | | Add display of source size for copy/move tasks.Marcel Partap2015-10-201-4/+6
* | | Show file extension for cut-off filenames. If still too long, trunca…Marcel Partap2015-10-201-0/+5
* | | Merge branch 'master' of https://github.com/eltomello/rangerhut2015-10-201-0/+1
|\ \ \