summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Collapse)AuthorAgeFilesLines
...
* core.main: handle py3 encoding errors in --list-tagged-fileshut2015-12-051-1/+4
|
* core.main: Log the fact of disabling the file previews for rootWojciech Siewierski2015-11-181-0/+1
| | | | Closes #429.
* Added :echo command, disabled :notify commandhut2015-11-141-1/+1
|
* fixed line widths in commit a090d85 (#400)hut2015-11-141-3/+6
|
* Merge branch 'p_macro' of https://github.com/NoSuck/rangerhut2015-11-141-2/+8
|\
| * Added %p macro for full paths of selected files.The Flying Rapist2015-10-181-2/+8
| |
* | 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
| | |
* | | Add display of source size for copy/move tasks.Marcel Partap2015-10-201-4/+6
| |/ |/|
* | 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.
* fix progress bar regressionnotEvil2015-09-221-6/+13
|
* Merge branch 'universal_scope_sh' of https://github.com/GermainZ/rangerhut2015-09-191-12/+18
|\
| * Use scope.sh for all the previewsGermainZ2015-09-141-12/+18
| | | | | | | | | | | | … 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.
* | Merge branch 'master' of https://github.com/notEvil/rangerhut2015-09-131-7/+6
|\ \
| * | make mv/cp generators yield progressarappold2015-08-171-7/+6
| |/
* / really fix #300 and #341iamevn2015-09-081-1/+1
|/ | | | os.environ['SHELL'] returns '/usr/bin/fish' which != 'fish' this should fix fish compatibility.
* core.loader: allow passing additional arguments to Popenhut2015-08-041-3/+6
|
* rc.conf: added pP/pO keys for FIFO-queued copying, fixes #345hut2015-07-152-4/+11
|
* honour the TMPDIR environment variableVern Sun2015-06-191-2/+3
|
* Merge branch 'flat_path_fixes' of https://github.com/Vifon/rangerhut2015-06-021-1/+1
|\
| * Replaced file.basename with file.relative_path where appropriate.Wojciech Siewierski2015-05-081-1/+1
| | | | | | | | The usage of file.basename could lead to some issues with :flat.
* | 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
|/
* core.fm: sxiv now properly working with :flat enabledWojciech Siewierski2015-05-071-4/+4
|
* core.runner: fix `:shell $SHELL` not working with fishhut2015-04-161-2/+5
| | | | This fixes #300 and was caused by #187 (25dcff6)
* core.environment: deleted module, it was obsoletehut2015-04-143-121/+2
|
* core.linemode: fix python3 crash in FileInfoLinemodehut2015-04-131-0/+3
|
* container.tags: added TagsDummy class for use with --cleanhut2015-04-131-1/+3
|
* core.actions: update execute_file() docstringhut2015-04-131-6/+10
|
* added tag management for rename, delete, bulkrename, and moving of filesrandnobx2015-04-111-0/+7
| | | | | | | | fixed typo in rename added recursive checking to move, rename, and delete; refactored previos code bugfix: moved recursive tag checking for delete to commands.py
* added "%space" macro that expands to " ", use it in rc.confhut2015-04-101-0/+1
|
* new linemode with the information from file(1)Wojciech Siewierski2015-03-301-0/+15
|
* core.linemode: updated a docstringWojciech Siewierski2015-03-231-2/+3
|
* core.actions: added TODO messagehut2015-03-191-0/+1
|
* Neater copyright headerhut2015-03-1910-18/+21
|
* Merge branch 'add-iterm2-image-preview-support' of ↵hut2015-03-181-2/+10
|\ | | | | | | git://github.com/kattrali/ranger
| * Consolidate image preview method preferencesDelisa Mason2015-03-091-2/+2
| | | | | | | | | | * Remove use_w3m_image_preview and use_iterm2_image_preview in favor of preview_images_method, easing the development of other image preview methods as needed
| * Switch image displayers based on preferencesDelisa Mason2015-03-081-2/+10
| |
* | Merge pull request #274 from anekos/fix/os-does-not-have-mkdirshut2015-03-181-1/+1
|\ \ | | | | | | os module does not have "mkdirs" function
| * | Fix function name: s/mkdirs/makedirs/anekos2015-03-121-1/+1
| | |
* | | core.linemode: API refactoring + better documentationWojciech Siewierski2015-03-181-6/+10
|/ / | | | | | | | | | | The custom linemode may leave out the infostring or explicitly raise NotImplementedError to use the default implementation which previously was only available to the "filename" linemode.
* | config.commands: :linemode and :default_linemode tab completionWojciech Siewierski2015-03-101-46/+0
| |
* | core.linemode: fix up vifon's patches from PR #264hut2015-03-091-2/+2
| |
* | Merge branch 'linemode_api' of https://github.com/Vifon/rangerhut2015-03-092-2/+80
|\ \
| * | further linemode refactoringWojciech Siewierski2015-02-222-15/+2
| | | | | | | | | | | | | | | - registered linemodes list moved to FileSystemObject - ranger.api module updated
| * | linemode refactoring; custom linemodes possibleWojciech Siewierski2015-02-222-2/+93
| | |
* | | Merge branch 'macros_with_flat' of https://github.com/Vifon/rangerhut2015-03-091-3/+3
|\ \ \ | |_|/ |/| |