Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fix bugs when $EDITOR="emacs -nw"" | Célestin Matte | 2014-04-28 | 1 | -3/+3 |
| | | | | This reverts commit 4275d352a8f588468b88e6719325de753d12ed62. | ||||
* | Fix bugs when $EDITOR="emacs -nw" | Célestin Matte | 2014-04-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | | This patch fixes 2 problems at once in the default config, which prevent one from editing files when his $EDITOR variable is set to "emacs -nw": - $EDITOR variables consisting of "program name + options" are not handled correctly because of quotes around $EDITOR. As a result, if $EDITOR is not a simple program name (i.e. if it includes options, as in "emacs -nw"), the full string is taken as a program and fails to run. Error message: (/bin/sh: 1: emacs -nw: not found) Removing quotes fixes this problem. - emacs does not seems to handle the "--" correctly: it does not open any file when it is there. I don't know why it is there, but removing it does not prevent other editors (vim, nano) to run correctly, and makes emacs work. | ||||
* | core.actions: Enhanced :tab_new so you can type 5<C-n> | hut | 2014-04-23 | 1 | -3/+4 |
| | |||||
* | core.actions: Enhanced :tab_move so you can type 5gt | hut | 2014-04-23 | 1 | -1/+3 |
| | |||||
* | Merge remote-tracking branch 'potato/fix' | hut | 2014-04-23 | 1 | -1/+1 |
|\ | |||||
| * | Fix an erroneous function call | Emanuel Guevel | 2014-04-13 | 1 | -1/+1 |
| | | |||||
* | | Workaround in py3.4.0 for swapped x/y in curses addch() | hut | 2014-04-23 | 2 | -2/+7 |
|/ | | | | | See http://bugs.python.org/issue21088, https://github.com/hut/ranger/issues/122 | ||||
* | Turn "automatically_count_files" on by default | hut | 2014-04-11 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'taylorchu/master' | hut | 2014-04-11 | 1 | -1/+4 |
|\ | |||||
| * | improve keyerror fix | taylorchu | 2014-04-05 | 1 | -1/+4 |
| | | |||||
| * | fix keyerror when updated_preview is called | taylorchu | 2014-04-05 | 1 | -1/+1 |
| | | |||||
* | | Add setting "automatically_count_files" | hut | 2014-04-11 | 3 | -2/+12 |
| | | |||||
* | | ext.img_display: fixed ImageDisplayer.quit when crashing in initialize | hut | 2014-03-19 | 1 | -1/+1 |
|/ | |||||
* | Merge remote-tracking branch 'germain/w3m-previews' into w3m-previews | hut | 2014-03-12 | 7 | -6/+54 |
|\ | |||||
| * | Add extension | GermainZ | 2014-03-09 | 1 | -2/+4 |
| | | |||||
| * | Python2 fix for utf-8 characters in file paths | GermainZ | 2014-03-09 | 1 | -1/+9 |
| | | |||||
| * | Update rc.conf | GermainZ | 2014-03-09 | 1 | -1/+1 |
| | | |||||
| * | Disable video image previews by default | GermainZ | 2014-03-09 | 1 | -2/+3 |
| | | |||||
| * | Allow scope.sh to be used for image previews | GermainZ | 2014-03-09 | 6 | -5/+42 |
| | | |||||
* | | gui.widgets/taskview: Higher precision in progressbar | hut | 2014-03-07 | 1 | -1/+1 |
| | | |||||
* | | ext.img_display: fix misplacement of image in previous commit | hut | 2014-02-17 | 1 | -0/+3 |
| | | | | | | | | Thanks to majutsushi, see https://github.com/hut/ranger/issues/109 | ||||
* | | ext.image_display: new _get_font_dimensions implementation (broken) | hut | 2014-02-16 | 1 | -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 | ||||
* | | container.settings: sort ALLOWED_SETTINGS alphabetically | hut | 2014-02-15 | 1 | -4/+4 |
| | | |||||
* | | config/rc.conf: polishing | hut | 2014-02-15 | 1 | -1/+1 |
| | | |||||
* | | container.file: disable preview_max_size when value is 0 | hut | 2014-02-15 | 1 | -1/+2 |
| | | |||||
* | | config/rc.conf: Added default value for preview_max_size | hut | 2014-02-15 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'master' of https://github.com/punzik/ranger | hut | 2014-02-15 | 2 | -0/+3 |
|\ \ | |||||
| * | | Add preview_max_size option. | Nikolay Puzanov | 2013-12-03 | 2 | -0/+3 |
| | | | |||||
* | | | Merge branch 'master' of https://github.com/pkkm/ranger | hut | 2014-02-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Strip leading whitespace when parsing config | Paweł Kraśnicki | 2013-12-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'cd_bookmarks' of https://github.com/serpent7776/ranger | hut | 2014-02-15 | 3 | -1/+6 |
|\ \ \ \ | |||||
| * | | | | Added setting to specify whether bookmarks are included in tab-complete for ↵ | serpent7776 | 2014-01-31 | 3 | -1/+6 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | cd command Because this feature really annoyed me. | ||||
* | | | | Merge branch 'master' of https://github.com/introom/ranger | hut | 2014-02-15 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | fix improper display of disk free size on os x | introom | 2013-12-28 | 1 | -1/+1 |
| |/ / / | |||||
* / / / | ext.keybinding_parser: added doctests | hut | 2014-02-03 | 1 | -4/+16 |
|/ / / | |||||
* | | | Merge branch 'master' of https://github.com/mvdan/ranger | hut | 2013-12-16 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add mpv, an active mplayer+mplayer2 fork | Daniel Martí | 2013-10-08 | 1 | -0/+4 |
| | | | |||||
* | | | gui.color: deal with terminals without "default" color | hut | 2013-11-11 | 2 | -2/+17 |
| | | | |||||
* | | | data/scope.sh: don't evaluate special chars with echo | hut | 2013-11-04 | 1 | -2/+2 |
| | | | |||||
* | | | api.commands: improved tab-completion of :rename and others | hut | 2013-10-25 | 1 | -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. | ||||
* | | config/rc.conf: added :qa -> :quitall alias | hut | 2013-08-29 | 1 | -0/+1 |
| | | |||||
* | | ext.keybinding_parser: interpret keys like <383> | hut | 2013-08-20 | 1 | -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> | hut | 2013-08-20 | 1 | -0/+1 |
| | | |||||
* | | core.actions: add numerical argument to toggle_visual_mode | hut | 2013-08-17 | 1 | -1/+3 |
| | | |||||
* | | core.actions: better numerical argument to "mark_files" | hut | 2013-08-17 | 1 | -1/+6 |
| | | |||||
* | | ext.direction: fix off-by-one error in select() | hut | 2013-08-17 | 1 | -1/+1 |
| | | |||||
* | | config/rc.conf: make :find case-insensitive | hut | 2013-08-17 | 1 | -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 code | hut | 2013-08-08 | 56 | -57/+57 |
| | | | | | | | | | | 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' | hut | 2013-07-28 | 5 | -86/+109 |
|\ \ | |/ |/| | |||||
| * | core.fm: draw images later | hut | 2013-04-24 | 3 | -2/+8 |
| | |