summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added %p macro for full paths of selected files.The Flying Rapist2015-10-181-2/+8
| |
* | ext.rifle: slight efficiency improvement over last commithut2015-11-141-5/+6
| | | | | | | | | | Don't check for all the other possible function values if function=='ext' was already established.
* | Merge branch 'rifle_ext_condition' of https://github.com/NoSuck/rangerhut2015-11-141-3/+5
|\ \
| * | Rifle's ext condition now handles fringe cases.The Flying Rapist2015-10-241-3/+5
| | |
* | | Merge branch 'imv' of https://github.com/autrimpo/rangerhut2015-11-141-1/+6
|\ \ \
| * | | open_all_images support for imvMichal Koutenský2015-11-131-1/+6
| | | |
* | | | config.rifle: consistent prioritization of audio/video fileshut2015-11-061-2/+2
| | | |
* | | | ranger.gui.widgets: code deduplicationhut2015-10-293-4/+2
| | | | | | | | | | | | | | | | | | | | moved the definition of TitleBar.ellipsis and BrowserColumn.ellipsis to Widget.ellipsis
* | | | Fix TitleBar ellipsis AttributeErrornfnty2015-10-281-0/+2
| |/ / |/| |
* | | config/commands.py: fix tab completion order of `:set`hut2015-10-201-3/+3
| | |
* | | colorscheme: check for compiled python filesThijs Vermeir2015-10-201-1/+1
| | | | | | | | | Some systems only provide *.pyc files
* | | widgets.titlebar: replace ":" with " " for selectabilityhut2015-10-201-1/+1
| | | | | | | | | | | | | | | | | | Now you can double-click on the path to select it fixes #304
* | | Use configured ellipsis instead of tilde for cut tab titles.Marcel Partap2015-10-201-1/+1
| | |
* | | Add display of source size for copy/move tasks.Marcel Partap2015-10-201-4/+6
| | |
* | | Show file extension for cut-off filenames. If still too long, trunca…Marcel Partap2015-10-201-0/+5
| | | | | | | | | | | | | | | Somewhat goes against the code logic to let os.path.foo() operate on a "text" object, but.
* | | Merge branch 'master' of https://github.com/eltomello/rangerhut2015-10-201-0/+1
|\ \ \
| * | | integration of qutebrowser web browsereltomello2015-10-201-0/+1
| | | |
* | | | config/commands.py: fixed crashes in loading directorieshut2015-10-201-4/+4
|/ / / | | | | | | | | | fixed #357
* | / Fix for issue #332. Broken file shortening.A. Lopes2015-10-151-0/+8
| |/ |/| | | | | | | The filename on the second to last line of the screen is now properly shortened.
* | Merge branch 'scope-safepipe2'hut2015-10-151-2/+4
|\ \
| * | scope.sh: generalize "highlight" function, add pygmentizehut2015-10-151-2/+4
| | |
* | | config/rifle.conf: put the entry for executing programs at bottomhut2015-10-151-1/+3
| | |
* | | Merge branch 'vifon/rifle-executable' of https://github.com/Vifon/rangerhut2015-10-151-0/+1
|\ \ \
| * | | rifle.conf: Allow the execution of the executable binary filesWojciech Siewierski2015-10-121-0/+1
| | | |
* | | | Merge branch 'scope' of https://github.com/Ambrevar/rangerhut2015-10-151-1/+1
|\ \ \ \
| * | | | scope.sh: Support unicode extensionsPierre Neidhardt2015-10-081-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 XWojciech Siewierski2015-10-131-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 logichut2015-10-091-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.
* | | core/actions.py: Add more command documentationWojciech Siewierski2015-10-061-9/+74
| | |
* | | core/actions.py: Hide the internal commands from the "dump_commands" outputWojciech Siewierski2015-10-061-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 methodsWojciech Siewierski2015-10-061-1/+1
|/ /
* | mime.tyeps: added "application/djvu dvju", fixes #201hut2015-10-041-0/+1
| |
* | Merge branch 'stable'hut2015-10-042-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG CHANGELOG.md doc/ranger.1 ranger/__init__.py
| * | Fixed that rare bug with the fireballs and explosions v1.7.2hut2015-10-042-3/+3
| | |
| * | Fix regex splitting for natural sort, Fixes #381nfnty2015-10-041-5/+5
| | |
| * | rifle: also support uzbl-tabbedBen Boeckel2015-10-041-0/+1
| | |
| * | rifle: detect mupdf-x11Ben Boeckel2015-10-041-0/+1
| | |
| * | Open json files with $EDITOR by defaultptzz2015-10-041-5/+5
| | |
| * | gui.mouse_event: fix scroll down in recent ncurses versionshut2015-10-041-0/+3
| | |
| * | really fix #300 and #341iamevn2015-10-041-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-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
| | |
| * | 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-043-4/+13
| | |
* | | Fix regex splitting for natural sort, Fixes #381nfnty2015-10-031-5/+5
| |/ |/|