Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples/vim_file_chooser: fixed redrawing | hut | 2014-02-15 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | doc/ranger.pod: Added man page entry for "preview_max_size" setting | hut | 2014-02-15 | 1 | -0/+5 |
| | |||||
* | 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 |
| | | | |||||
* | | | doc/ranger.pod: added man page entry for "cd_bookmarks" setting | hut | 2014-02-15 | 1 | -0/+5 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Makefile: allow selecting files for "make test" by setting $FILTER | hut | 2014-02-03 | 1 | -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/ranger | hut | 2013-12-16 | 1 | -0/+4 |
|\ \ | |/ |/| | |||||
| * | Add mpv, an active mplayer+mplayer2 fork | Daniel Martí | 2013-10-08 | 1 | -0/+4 |
| | | |||||
* | | doc/tools/print_colors.py: more stable in unfriendly environments | hut | 2013-11-12 | 1 | -4/+12 |
| | | |||||
* | | 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. | ||||
* | Update vim_file_chooser.vim | Israel Chauca Fuentes | 2013-09-17 | 1 | -11/+27 |
| | | | | | Allow choosing multiple files. Add ex command :RangerChooser. Use the value of mapleader for the keybinding. | ||||
* | 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 | 60 | -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' | hut | 2013-07-28 | 5 | -86/+109 |
|\ | |||||
| * | core.fm: draw images later | hut | 2013-04-24 | 3 | -2/+8 |
| | | |||||
| * | ext.img_display: more efficient way to draw images | hut | 2013-04-24 | 3 | -84/+101 |
| | | | | | | | | | | | | | | | | Instead of loading up w3mimgdisplay for each image and killing it afterwards, we just open it once for the first image and keep it open. It can receive any number of commands, so we can just keep writing them into stdin. Perhaps it even caches the images to save time, I didn't test that yet. | ||||
* | | doc/HACKING: updated | hut | 2013-06-24 | 1 | -10/+8 |
| | | | | | | | | Based on a patch by Niku. | ||||
* | | config/commands.py: typo | hut | 2013-06-21 | 1 | -1/+1 |
| | | | | | | | | Thanks to niku for the patch. | ||||
* | | rebuilt man pages with new pod2man version | hut | 2013-06-21 | 2 | -28/+46 |
| | | |||||
* | | ranger.1: mention that some commands are based on :scout | hut | 2013-06-21 | 2 | -0/+28 |
| | | |||||
* | | ranger.1: more exhaustive documentation for :open_with | hut | 2013-06-21 | 2 | -4/+14 |
| | | |||||
* | | data/scope.sh: fix extension matching on uppercase extension | hut | 2013-06-16 | 1 | -1/+1 |
| | | | | | | | | Thanks to niku for the patch. | ||||
* | | scope.sh: typo | hut | 2013-06-16 | 1 | -1/+1 |
| | | | | | | | | Thanks to niku for the patch. | ||||
* | | commands.py: typos | hut | 2013-06-16 | 1 | -4/+4 |
| | | | | | | | | Thanks to niku for the patch. | ||||
* | | container.file: typo | hut | 2013-06-11 | 1 | -1/+1 |
| | | |||||
* | | doc/colorschemes.txt: update | hut | 2013-06-10 | 1 | -3/+3 |
| | | |||||
* | | core.fm: fix shell escaping when using feh + "open_all_images" | hut | 2013-06-07 | 1 | -1/+1 |
| | | |||||
* | | config/rc.conf: added ^L keys for pager and taskview | hut | 2013-06-07 | 1 | -0/+2 |
| | | |||||
* | | Change name back to "ranger-master" in --version output | hut | 2013-05-24 | 1 | -1/+1 |
| | | |||||
* | | RANGER! RANGER! HIGH VOLTAGE! v1.6.1 | hut | 2013-05-24 | 6 | -6/+14 |
| | | |||||
* | | core.actions: update preview when changing file in pager | hut | 2013-05-01 | 1 | -0/+3 |
| | |