summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* 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
|
* rc.conf: added pP/pO keys for FIFO-queued copying, fixes #345hut2015-07-153-4/+13
|
* 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)
| * add space (PEP8)Shotaro Fujimoto2015-06-211-1/+1
| |
| * w3mimagedisplay pu the image right placeShotaro Fujimoto2015-06-211-7/+7
| |
* | Merge branch 'bookmarks_fix' of https://github.com/igoyak/rangerhut2015-07-141-0/+6
|\ \
| * | preserve permissions when updating bookmarks. Fix for #59igoyak2015-06-261-0/+6
| |/
* / config/rifle.conf: removed "--" option from mupdfhut2015-07-131-1/+1
|/
* Merge branch 'hidden-files-selection' of https://github.com/ajtluser/rangerhut2015-06-191-0/+9
|\
| * Fix for issue #259. If all the contents of the current folder areA. Lopes2015-06-101-0/+9
| | | | | | | | | | | | hidden, now when the user toggle show_hidden, the topmost file or directory is automatically selected. If the user toggles show_hidden, hiding all files and folders those files can now not be interacted with.
* | honour the TMPDIR environment variableVern Sun2015-06-192-3/+5
|/
* Report free disk space correctly on Mac OS Xptzz2015-06-091-1/+1
|
* rifle.conf: Exclude `feh` commands if `feh` is not installedptzz2015-06-071-4/+4
|
* Merge branch 'flat_path_fixes' of https://github.com/Vifon/rangerhut2015-06-025-19/+20
|\
| * Replaced file.basename with file.relative_path where appropriate.Wojciech Siewierski2015-05-085-19/+20
| | | | | | | | The usage of file.basename could lead to some issues with :flat.
* | Added cmap for forward word deletion.The Flying Rapist2015-05-161-0/+1
| |
* | core.actions: strip leading whitespace off commandshut2015-05-111-1/+1
| |
* | core.actions: removed set_filter (dead function)hut2015-05-111-6/+0
| |
* | core.actions: don't remove empty dirs on :renamehut2015-05-071-1/+5
|/
* rifle.conf: handle svg's with "inkscape" and "display"hut2015-05-071-0/+3
|
* core.fm: sxiv now properly working with :flat enabledWojciech Siewierski2015-05-071-4/+4
|
* Change name back to "ranger-master" in --version outputhut2015-05-041-1/+1
|
* Initial commit v1.7.1hut2015-05-042-3/+3
|
* applied generally useful changes from emacs branchhut2015-05-042-3/+7
| | | | | | | | | The 'lt' and 'gt' special keys were added so you can bind actions to something like "<C-lt>" meaning "Ctrl+<" and <C-gt> meaning "Ctrl+>". "key > 0" was changed to "key >= 0" in ranger.gui.ui so that Ctrl+Space (which has the key value 0) can be recognized. I am not 100% sure if this has side effects.
* rifle.conf: added ristrettohut2015-05-021-7/+8
|
* ext.rifle: added "env" condition to check for env. varshut2015-04-272-0/+3
|
* config.commands: removed the "b" before string literalshut2015-04-171-2/+2
| | | | Why was it there anyway? Fixes #299
* core.runner: fix `:shell $SHELL` not working with fishhut2015-04-161-2/+5
| | | | This fixes #300 and was caused by #187 (25dcff6)
* Change name back to "ranger-master" in --version outputhut2015-04-141-1/+1
|