Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | integration of qutebrowser web browser | eltomello | 2015-10-20 | 1 | -0/+1 |
| | |||||
* | Fix for issue #332. Broken file shortening. | A. Lopes | 2015-10-15 | 1 | -0/+8 |
| | | | | | The filename on the second to last line of the screen is now properly shortened. | ||||
* | Merge branch 'scope-safepipe2' | hut | 2015-10-15 | 1 | -2/+4 |
|\ | |||||
| * | scope.sh: generalize "highlight" function, add pygmentize | hut | 2015-10-15 | 1 | -2/+4 |
| | | |||||
* | | config/rifle.conf: put the entry for executing programs at bottom | hut | 2015-10-15 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'vifon/rifle-executable' of https://github.com/Vifon/ranger | hut | 2015-10-15 | 1 | -0/+1 |
|\ \ | |||||
| * | | rifle.conf: Allow the execution of the executable binary files | Wojciech Siewierski | 2015-10-12 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'scope' of https://github.com/Ambrevar/ranger | hut | 2015-10-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | scope.sh: Support unicode extensions | Pierre Neidhardt | 2015-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Most (all?) `tr` implementations do not support unicode. Use `awk` instead for turning extensions to lowercase. | ||||
* | | | | ext/rifle.py: Fix the "X" specifier for Mac OS X | Wojciech Siewierski | 2015-10-13 | 1 | -1/+1 |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | On Mac OS X the "$DISPLAY" environmental variable is never set. Checking for it to check if there is a graphical environment available will not work. I think it can be safely assumed that Mac OS X is always running with GUI. Calling it "X" is a bit of a misnomer considering Mac OS X does not use X11, but I think it still conveys the meaning well. | ||||
* | | | core.actions: fixed logic | hut | 2015-10-09 | 1 | -2/+3 |
| |/ |/| | | | | | | | | | in reload_cwd, you could reach code that used the variable "cwd" even though it wasn't defined. This patch puts this code into an else-block ensuring that cwd is defined. | ||||
* | | Merge branch 'vifon/docs-extraction' of https://github.com/Vifon/ranger | hut | 2015-10-09 | 2 | -12/+79 |
|\ \ | |||||
| * | | core/actions.py: Add more command documentation | Wojciech Siewierski | 2015-10-06 | 1 | -9/+74 |
| | | | |||||
| * | | core/actions.py: Hide the internal commands from the "dump_commands" output | Wojciech Siewierski | 2015-10-06 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Commands with a docstring starting with a colon (e.g. ":command") are added to the output just as before. - Commands without a docstring whatsoever are listed under the "Undocumented commands" category. Again, no change here. - Commands with a regular docstring are hidden in the "dump_commands" output and should be considered an API. | ||||
| * | | api/commands.py: Fix the doc extraction from the Actions class methods | Wojciech Siewierski | 2015-10-06 | 1 | -1/+1 |
| |/ | |||||
* / | README.md: clarify curses dependence (see #387) | hut | 2015-10-09 | 1 | -2/+2 |
|/ | |||||
* | mime.tyeps: added "application/djvu dvju", fixes #201 | hut | 2015-10-04 | 1 | -0/+1 |
| | |||||
* | Merge branch 'stable' | hut | 2015-10-04 | 6 | -28/+24 |
|\ | | | | | | | | | | | | | | | Conflicts: CHANGELOG CHANGELOG.md doc/ranger.1 ranger/__init__.py | ||||
| * | Fixed that rare bug with the fireballs and explosions v1.7.2 | hut | 2015-10-04 | 6 | -7/+21 |
| | | |||||
| * | Fix regex splitting for natural sort, Fixes #381 | nfnty | 2015-10-04 | 1 | -5/+5 |
| | | |||||
| * | rifle: also support uzbl-tabbed | Ben Boeckel | 2015-10-04 | 1 | -0/+1 |
| | | |||||
| * | rifle: detect mupdf-x11 | Ben Boeckel | 2015-10-04 | 1 | -0/+1 |
| | | |||||
| * | Open json files with $EDITOR by default | ptzz | 2015-10-04 | 1 | -5/+5 |
| | | |||||
| * | gui.mouse_event: fix scroll down in recent ncurses versions | hut | 2015-10-04 | 1 | -0/+3 |
| | | |||||
| * | doc/tools/print_keys.py: print mouse events too | hut | 2015-10-04 | 1 | -1/+7 |
| | | |||||
| * | really fix #300 and #341 | iamevn | 2015-10-04 | 1 | -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 mac | ptzz | 2015-10-04 | 1 | -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/yd | hut | 2015-10-04 | 1 | -3/+3 |
| | | |||||
| * | config.commands: don't resolve macros in :rename/:touch | hut | 2015-10-04 | 1 | -0/+4 |
| | | |||||
| * | Add ability to use ranger as file-chooser in gvim | Ng Oon-Ee | 2015-10-04 | 1 | -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 supported | hut | 2015-10-04 | 1 | -1/+6 |
| | | |||||
| * | core.loader: allow passing additional arguments to Popen | hut | 2015-10-04 | 1 | -3/+6 |
| | | |||||
| * | ext.img_display: bugfix in quit(), follow-up to 3f64bb6 | hut | 2015-10-04 | 1 | -2/+1 |
| | | |||||
| * | ext.img_display: add sanity checks to quit(), fixes #347 | hut | 2015-10-04 | 1 | -1/+2 |
| | | |||||
| * | config/rifle.conf: added zathura as djvu handler | hut | 2015-10-04 | 1 | -0/+1 |
| | | |||||
| * | rc.conf: added pP/pO keys for FIFO-queued copying, fixes #345 | hut | 2015-10-04 | 5 | -6/+24 |
| | | |||||
* | | Fix regex splitting for natural sort, Fixes #381 | nfnty | 2015-10-03 | 1 | -5/+5 |
| | | |||||
* | | Merge branch 'rifle-alt-binaries' of https://github.com/mathstuf/ranger | hut | 2015-09-30 | 1 | -0/+2 |
|\ \ | |||||
| * | | rifle: also support uzbl-tabbed | Ben Boeckel | 2015-09-26 | 1 | -0/+1 |
| | | | |||||
| * | | rifle: detect mupdf-x11 | Ben Boeckel | 2015-09-26 | 1 | -0/+1 |
| | | | |||||
* | | | Open json files with $EDITOR by default | ptzz | 2015-09-30 | 1 | -5/+5 |
|/ / | |||||
* | | fix progress bar regression | notEvil | 2015-09-22 | 2 | -18/+25 |
| | | |||||
* | | gui.mouse_event: fix scroll down in recent ncurses versions | hut | 2015-09-20 | 1 | -0/+3 |
| | | |||||
* | | doc/tools/print_keys.py: print mouse events too | hut | 2015-09-20 | 1 | -1/+7 |
| | | |||||
* | | ext.vcs.svn: added "r" to another regex string | hut | 2015-09-19 | 1 | -1/+1 |
| | | |||||
* | | ext.vcs.svn: cleaned up | hut | 2015-09-19 | 1 | -19/+14 |
| | | |||||
* | | Merge branch 'master' of https://github.com/rdburns/ranger | hut | 2015-09-19 | 4 | -1/+284 |
|\ \ | |||||
| * | | Implemented Subversion VCS support. | Ryan Burns | 2015-08-16 | 4 | -1/+284 |
| | | | |||||
* | | | Merge branch 'universal_scope_sh' of https://github.com/GermainZ/ranger | hut | 2015-09-19 | 5 | -37/+50 |
|\ \ \ | |||||
| * | | | Use scope.sh for all the previews | GermainZ | 2015-09-14 | 5 | -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. |