Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | core.main: handle py3 encoding errors in --list-tagged-files | hut | 2015-12-05 | 1 | -1/+4 | |
| | ||||||
* | core.main: Log the fact of disabling the file previews for root | Wojciech Siewierski | 2015-11-18 | 1 | -0/+1 | |
| | | | | Closes #429. | |||||
* | Added :echo command, disabled :notify command | hut | 2015-11-14 | 1 | -1/+1 | |
| | ||||||
* | fixed line widths in commit a090d85 (#400) | hut | 2015-11-14 | 1 | -3/+6 | |
| | ||||||
* | Merge branch 'p_macro' of https://github.com/NoSuck/ranger | hut | 2015-11-14 | 1 | -2/+8 | |
|\ | ||||||
| * | Added %p macro for full paths of selected files. | The Flying Rapist | 2015-10-18 | 1 | -2/+8 | |
| | | ||||||
* | | Merge branch 'imv' of https://github.com/autrimpo/ranger | hut | 2015-11-14 | 1 | -1/+6 | |
|\ \ | ||||||
| * | | open_all_images support for imv | Michal Koutenský | 2015-11-13 | 1 | -1/+6 | |
| | | | ||||||
* | | | Add display of source size for copy/move tasks. | Marcel Partap | 2015-10-20 | 1 | -4/+6 | |
| |/ |/| | ||||||
* | | 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. | |||||
* | | 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. | |||||
* | fix progress bar regression | notEvil | 2015-09-22 | 1 | -6/+13 | |
| | ||||||
* | Merge branch 'universal_scope_sh' of https://github.com/GermainZ/ranger | hut | 2015-09-19 | 1 | -12/+18 | |
|\ | ||||||
| * | Use scope.sh for all the previews | GermainZ | 2015-09-14 | 1 | -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/ranger | hut | 2015-09-13 | 1 | -7/+6 | |
|\ \ | ||||||
| * | | make mv/cp generators yield progress | arappold | 2015-08-17 | 1 | -7/+6 | |
| |/ | ||||||
* / | really fix #300 and #341 | iamevn | 2015-09-08 | 1 | -1/+1 | |
|/ | | | | os.environ['SHELL'] returns '/usr/bin/fish' which != 'fish' this should fix fish compatibility. | |||||
* | core.loader: allow passing additional arguments to Popen | hut | 2015-08-04 | 1 | -3/+6 | |
| | ||||||
* | rc.conf: added pP/pO keys for FIFO-queued copying, fixes #345 | hut | 2015-07-15 | 2 | -4/+11 | |
| | ||||||
* | honour the TMPDIR environment variable | Vern Sun | 2015-06-19 | 1 | -2/+3 | |
| | ||||||
* | Merge branch 'flat_path_fixes' of https://github.com/Vifon/ranger | hut | 2015-06-02 | 1 | -1/+1 | |
|\ | ||||||
| * | Replaced file.basename with file.relative_path where appropriate. | Wojciech Siewierski | 2015-05-08 | 1 | -1/+1 | |
| | | | | | | | | The usage of file.basename could lead to some issues with :flat. | |||||
* | | core.actions: strip leading whitespace off commands | hut | 2015-05-11 | 1 | -1/+1 | |
| | | ||||||
* | | core.actions: removed set_filter (dead function) | hut | 2015-05-11 | 1 | -6/+0 | |
| | | ||||||
* | | core.actions: don't remove empty dirs on :rename | hut | 2015-05-07 | 1 | -1/+5 | |
|/ | ||||||
* | core.fm: sxiv now properly working with :flat enabled | Wojciech Siewierski | 2015-05-07 | 1 | -4/+4 | |
| | ||||||
* | core.runner: fix `:shell $SHELL` not working with fish | hut | 2015-04-16 | 1 | -2/+5 | |
| | | | | This fixes #300 and was caused by #187 (25dcff6) | |||||
* | core.environment: deleted module, it was obsolete | hut | 2015-04-14 | 3 | -121/+2 | |
| | ||||||
* | core.linemode: fix python3 crash in FileInfoLinemode | hut | 2015-04-13 | 1 | -0/+3 | |
| | ||||||
* | container.tags: added TagsDummy class for use with --clean | hut | 2015-04-13 | 1 | -1/+3 | |
| | ||||||
* | core.actions: update execute_file() docstring | hut | 2015-04-13 | 1 | -6/+10 | |
| | ||||||
* | added tag management for rename, delete, bulkrename, and moving of files | randnobx | 2015-04-11 | 1 | -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.conf | hut | 2015-04-10 | 1 | -0/+1 | |
| | ||||||
* | new linemode with the information from file(1) | Wojciech Siewierski | 2015-03-30 | 1 | -0/+15 | |
| | ||||||
* | core.linemode: updated a docstring | Wojciech Siewierski | 2015-03-23 | 1 | -2/+3 | |
| | ||||||
* | core.actions: added TODO message | hut | 2015-03-19 | 1 | -0/+1 | |
| | ||||||
* | Neater copyright header | hut | 2015-03-19 | 10 | -18/+21 | |
| | ||||||
* | Merge branch 'add-iterm2-image-preview-support' of ↵ | hut | 2015-03-18 | 1 | -2/+10 | |
|\ | | | | | | | git://github.com/kattrali/ranger | |||||
| * | Consolidate image preview method preferences | Delisa Mason | 2015-03-09 | 1 | -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 preferences | Delisa Mason | 2015-03-08 | 1 | -2/+10 | |
| | | ||||||
* | | Merge pull request #274 from anekos/fix/os-does-not-have-mkdirs | hut | 2015-03-18 | 1 | -1/+1 | |
|\ \ | | | | | | | os module does not have "mkdirs" function | |||||
| * | | Fix function name: s/mkdirs/makedirs/ | anekos | 2015-03-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | core.linemode: API refactoring + better documentation | Wojciech Siewierski | 2015-03-18 | 1 | -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 completion | Wojciech Siewierski | 2015-03-10 | 1 | -46/+0 | |
| | | ||||||
* | | core.linemode: fix up vifon's patches from PR #264 | hut | 2015-03-09 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'linemode_api' of https://github.com/Vifon/ranger | hut | 2015-03-09 | 2 | -2/+80 | |
|\ \ | ||||||
| * | | further linemode refactoring | Wojciech Siewierski | 2015-02-22 | 2 | -15/+2 | |
| | | | | | | | | | | | | | | | - registered linemodes list moved to FileSystemObject - ranger.api module updated | |||||
| * | | linemode refactoring; custom linemodes possible | Wojciech Siewierski | 2015-02-22 | 2 | -2/+93 | |
| | | | ||||||
* | | | Merge branch 'macros_with_flat' of https://github.com/Vifon/ranger | hut | 2015-03-09 | 1 | -3/+3 | |
|\ \ \ | |_|/ |/| | |