about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Get rid of garbage `-E` character in preview display on macptzz2015-10-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * OSX does not support -E with /bin/echo * On Linux the -E option is set by default Fixes #344
| * | rc.conf: fix escaping macros in yp/yn/ydhut2015-10-041-3/+3
| | |
| * | config.commands: don't resolve macros in :rename/:touchhut2015-10-041-0/+4
| | |
| * | Add ability to use ranger as file-chooser in gvimNg Oon-Ee2015-10-041-1/+5
| | | | | | | | | Previously RangeChooser() would just fail silently in gvim. With this change, it will open an xterm and open ranger there. Everything else works as before.
| * | gui.color: don't crash when colors aren't supportedhut2015-10-041-1/+6
| | |
| * | core.loader: allow passing additional arguments to Popenhut2015-10-041-3/+6
| | |
| * | ext.img_display: bugfix in quit(), follow-up to 3f64bb6hut2015-10-041-2/+1
| | |
| * | ext.img_display: add sanity checks to quit(), fixes #347hut2015-10-041-1/+2
| | |
| * | config/rifle.conf: added zathura as djvu handlerhut2015-10-041-0/+1
| | |
| * | rc.conf: added pP/pO keys for FIFO-queued copying, fixes #345hut2015-10-045-6/+24
| | |
* | | Fix regex splitting for natural sort, Fixes #381nfnty2015-10-031-5/+5
| |/ |/|
* | Merge branch 'rifle-alt-binaries' of https://github.com/mathstuf/rangerhut2015-09-301-0/+2
|\ \
| * | rifle: also support uzbl-tabbedBen Boeckel2015-09-261-0/+1
| | |
| * | rifle: detect mupdf-x11Ben Boeckel2015-09-261-0/+1
| | |
* | | Open json files with $EDITOR by defaultptzz2015-09-301-5/+5
|/ /
* | fix progress bar regressionnotEvil2015-09-222-18/+25
| |
* | gui.mouse_event: fix scroll down in recent ncurses versionshut2015-09-201-0/+3
| |
* | doc/tools/print_keys.py: print mouse events toohut2015-09-201-1/+7
| |
* | ext.vcs.svn: added "r" to another regex stringhut2015-09-191-1/+1
| |
* | ext.vcs.svn: cleaned uphut2015-09-191-19/+14
| |
* | Merge branch 'master' of https://github.com/rdburns/rangerhut2015-09-194-1/+284
|\ \
| * | Implemented Subversion VCS support.Ryan Burns2015-08-164-1/+284
| | |
* | | Merge branch 'universal_scope_sh' of https://github.com/GermainZ/rangerhut2015-09-195-37/+50
|\ \ \
| * | | Use scope.sh for all the previewsGermainZ2015-09-145-37/+50
| |/ / | | | | | | | | | | | | | | | … instead of calling w3mimgdisplay for (potentially non-supported, e.g. SVG files) images, which also has the side effect of making custom previews for images impossible.
* | | ext.shutil_generatorized: removed unneeded importhut2015-09-131-1/+0
| | | | | | | | | | | | introduced in a258b5c10d3710c4bb4895bd3c6698ed7cb2e28e
* | | Merge branch 'master' of https://github.com/notEvil/rangerhut2015-09-132-20/+27
|\ \ \
| * | | make mv/cp generators yield progressarappold2015-08-172-20/+27
| |/ /
* | | Merge branch 'patch-1' of https://github.com/iamevn/rangerhut2015-09-131-1/+1
|\ \ \
| * | | really fix #300 and #341iamevn2015-09-081-1/+1
| | | | | | | | | | | | | | | | os.environ['SHELL'] returns '/usr/bin/fish' which != 'fish' this should fix fish compatibility.
* | | | Get rid of garbage `-E` character in preview display on macptzz2015-09-121-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | * OSX does not support -E with /bin/echo * On Linux the -E option is set by default Fixes #344
* | | rc.conf: fix escaping macros in yp/yn/ydhut2015-09-021-3/+3
| | |
* | | config.commands: don't resolve macros in :rename/:touchhut2015-09-021-0/+4
|/ /
* | Merge branch 'patch-1' of https://github.com/ngoonee/rangerhut2015-08-041-1/+5
|\ \
| * | Add ability to use ranger as file-chooser in gvimNg Oon-Ee2015-08-041-1/+5
| | | | | | | | | Previously RangeChooser() would just fail silently in gvim. With this change, it will open an xterm and open ranger there. Everything else works as before.
* | | gui.color: don't crash when colors aren't supportedhut2015-08-041-1/+6
| | |
* | | core.loader: allow passing additional arguments to Popenhut2015-08-041-3/+6
|/ /
* | ext.img_display: bugfix in quit(), follow-up to 3f64bb6hut2015-07-201-2/+1
| |
* | ext.img_display: add sanity checks to quit(), fixes #347hut2015-07-201-1/+2
| |
* | config/rifle.conf: added zathura as djvu handlerhut2015-07-171-0/+1
| |
* | setup.py: fix CHANGELOG.md referencehut2015-07-161-1/+1
| |
* | rc.conf: added pP/pO keys for FIFO-queued copying, fixes #345hut2015-07-155-6/+24
| |
* | CHANGELOG.md: cleaned up, deleted old CHANGELOGhut2015-07-142-265/+22
| |
* | Merge branch 'setuptools' of https://github.com/dufferzafar/rangerhut2015-07-142-2/+8
|\ \ | |/ |/|
| * Use setuptools if presentShadab Zafar2015-06-252-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | The main reason for this is the presence of `develop` command in setuptools. So by running `sudo python setup.py develop` - ranger gets installed, but you can easily make changes to the code and won't have to reinstall it. You can read more about it here: http://pythonhosted.org//setuptools/setuptools.html#development-mode It basically links an egg, so I had to add an appropriate line to .gitignore as well.
* | Merge branch 'ipc_plugin' of https://github.com/Vifon/rangerhut2015-07-141-0/+45
|\ \
| * | added examples/plugin_ipc.pyWojciech Siewierski2015-06-211-0/+45
| |/
* | Merge branch 'dev' of https://github.com/ssh0/rangerhut2015-07-141-5/+10
|\ \
| * | shrink height for tmux's top status bar (commented part)ssh02015-06-221-0/+3
| | |
| * | work if "draw_border false" is settedShotaro Fujimoto2015-06-211-12/+6
| | | | | | | | | | | | commented out setting is for tmux's top_status_bar
| * | use muximum height to display imageShotaro Fujimoto2015-06-211-4/+12
| | | | | | | | | | | | (commented the setting for tmux top status bar user)