about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Workaround in py3.4.0 for swapped x/y in curses addch()hut2014-04-232-2/+7
|/ | | | | See http://bugs.python.org/issue21088, https://github.com/hut/ranger/issues/122
* Turn "automatically_count_files" on by defaulthut2014-04-111-1/+1
|
* Merge remote-tracking branch 'taylorchu/master'hut2014-04-111-1/+4
|\
| * improve keyerror fixtaylorchu2014-04-051-1/+4
| |
| * fix keyerror when updated_preview is calledtaylorchu2014-04-051-1/+1
| |
* | rebuilt man pagehut2014-04-111-0/+8
| |
* | Add setting "automatically_count_files"hut2014-04-116-4/+27
| |
* | ext.img_display: fixed ImageDisplayer.quit when crashing in initializehut2014-03-191-1/+1
|/
* Merge remote-tracking branch 'germain/w3m-previews' into w3m-previewshut2014-03-127-6/+54
|\
| * Add extensionGermainZ2014-03-091-2/+4
| |
| * Python2 fix for utf-8 characters in file pathsGermainZ2014-03-091-1/+9
| |
| * Update rc.confGermainZ2014-03-091-1/+1
| |
| * Disable video image previews by defaultGermainZ2014-03-091-2/+3
| |
| * Allow scope.sh to be used for image previewsGermainZ2014-03-096-5/+42
| |
* | gui.widgets/taskview: Higher precision in progressbarhut2014-03-071-1/+1
| |
* | ext.img_display: fix misplacement of image in previous commithut2014-02-171-0/+3
| | | | | | | | Thanks to majutsushi, see https://github.com/hut/ranger/issues/109
* | ext.image_display: new _get_font_dimensions implementation (broken)hut2014-02-161-0/+9
| | | | | | | | | | | | | | | | | | | | | | This allows drawing of images in gnome_terminal and tmux. It is currently broken, since the image is drawn at the wrong place. Thanks to CasperVector, joehillen, majutsushi and progandy for the patch and corrections. See https://github.com/hut/ranger/issues/109 and https://savannah.nongnu.org/bugs/?40888
* | examples/vim_file_chooser: fixed redrawinghut2014-02-151-0/+1
| |
* | container.settings: sort ALLOWED_SETTINGS alphabeticallyhut2014-02-151-4/+4
| |
* | config/rc.conf: polishinghut2014-02-151-1/+1
| |
* | container.file: disable preview_max_size when value is 0hut2014-02-151-1/+2
| |
* | config/rc.conf: Added default value for preview_max_sizehut2014-02-151-0/+4
| |
* | doc/ranger.pod: Added man page entry for "preview_max_size" settinghut2014-02-151-0/+5
| |
* | Merge branch 'master' of https://github.com/punzik/rangerhut2014-02-152-0/+3
|\ \
| * | Add preview_max_size option.Nikolay Puzanov2013-12-032-0/+3
| | |
* | | Merge branch 'master' of https://github.com/pkkm/rangerhut2014-02-151-1/+1
|\ \ \
| * | | Strip leading whitespace when parsing configPaweł Kraśnicki2013-12-221-1/+1
| | | |
* | | | doc/ranger.pod: added man page entry for "cd_bookmarks" settinghut2014-02-151-0/+5
| | | |
* | | | Merge branch 'cd_bookmarks' of https://github.com/serpent7776/rangerhut2014-02-153-1/+6
|\ \ \ \
| * | | | Added setting to specify whether bookmarks are included in tab-complete for ↵serpent77762014-01-313-1/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | cd command Because this feature really annoyed me.
* | | | Merge branch 'master' of https://github.com/introom/rangerhut2014-02-151-1/+1
|\ \ \ \
| * | | | fix improper display of disk free size on os xintroom2013-12-281-1/+1
| |/ / /
* | | | ext.keybinding_parser: added doctestshut2014-02-031-4/+16
| | | |
* | | | Makefile: allow selecting files for "make test" by setting $FILTERhut2014-02-031-1/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | For example: FILTER=signals make test will test only files that match "signals", i.e. only ranger/ext/signals.py. FILTER is passed as a pattern directly to grep.
* | | Merge branch 'master' of https://github.com/mvdan/rangerhut2013-12-161-0/+4
|\ \ \ | |/ / |/| |
| * | Add mpv, an active mplayer+mplayer2 forkDaniel Martí2013-10-081-0/+4
| | |
* | | doc/tools/print_colors.py: more stable in unfriendly environmentshut2013-11-121-4/+12
| | |
* | | gui.color: deal with terminals without "default" colorhut2013-11-112-2/+17
| | |
* | | data/scope.sh: don't evaluate special chars with echohut2013-11-041-2/+2
| | |
* | | api.commands: improved tab-completion of :rename and othershut2013-10-251-7/+26
|/ / | | | | | | | | | | The list of items that you tab through is now constrained to non-hidden files and the order is the same as visible on the screen - starting from the current file.
* | Update vim_file_chooser.vimIsrael Chauca Fuentes2013-09-171-11/+27
| | | | | | | | | | Allow choosing multiple files. Add ex command :RangerChooser. Use the value of mapleader for the keybinding.
* | config/rc.conf: added :qa -> :quitall aliashut2013-08-291-0/+1
| |
* | ext.keybinding_parser: interpret keys like <383>hut2013-08-201-4/+7
| | | | | | | | | | | | | | | | sometimes ranger's keybinding parser doesn't support whatever key you want to use. In that case, it would be useful to be able to specify keys by their curses key code that can be taken from tools like /doc/tools/print_keys.py. <383> would then be interpreted as <S-DELETE>, for example.
* | ext.keybinding_parser: added key <S-DELETE>hut2013-08-201-0/+1
| |
* | core.actions: add numerical argument to toggle_visual_modehut2013-08-171-1/+3
| |
* | core.actions: better numerical argument to "mark_files"hut2013-08-171-1/+6
| |
* | ext.direction: fix off-by-one error in select()hut2013-08-171-1/+1
| |
* | config/rc.conf: make :find case-insensitivehut2013-08-171-1/+1
| | | | | | | | | | | | The man page describes :find as case-insensitive. It was also like this before the implementation of the :scout command. So let's change it back until someone complains.
* | Changed email address in source codehut2013-08-0860-61/+61
| | | | | | | | | | Since lavabit.com ceased providing email services, I had to change my address from hut lavabit com to hut lepus uberspace de.
* | Merge branch 'efficient_w3mimgpreview'hut2013-07-285-86/+109
|\ \ | |/ |/|