Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'E301' of https://github.com/stepshal/ranger | hut | 2016-06-18 | 4 | -0/+10 | |
|\ \ | ||||||
| * | | Add one blank line where is expected | stepshal | 2016-06-16 | 4 | -0/+10 | |
| |/ | ||||||
* / | Add two blank lines where is expected | stepshal | 2016-06-16 | 8 | -0/+11 | |
|/ | ||||||
* | Make exactly one space after comma | stepshal | 2016-06-06 | 2 | -3/+3 | |
| | | | | Update commands.py | |||||
* | core.actions: fix wrong check for return value of tab.enter_dir | hut | 2016-06-06 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'fix-plugin-import' of https://github.com/dflupu/ranger | hut | 2016-05-24 | 1 | -1/+3 | |
|\ | ||||||
| * | use importlib to load pugins, and try to load commands from them | Daniel Lupu | 2016-05-19 | 1 | -1/+3 | |
| | | ||||||
* | | core.linemode: fix crash when `file` fails | hut | 2016-05-21 | 1 | -2/+5 | |
|/ | ||||||
* | core.actions: fix calculation of program indices | hut | 2016-05-06 | 1 | -4/+5 | |
| | | | | | The solutoin of @NoSuck used to break when you used "number 9999" in a declaration of some program. | |||||
* | Merge branch 'draw_possible_programs-justified' of ↵ | hut | 2016-05-06 | 1 | -3/+6 | |
|\ | | | | | | | https://github.com/NoSuck/ranger | |||||
| * | Program indices now line up nicely. | The Flying Rapist | 2016-04-11 | 1 | -3/+6 | |
| | | ||||||
* | | core.loader: in safeDecode, don't crash on broken unicode | hut | 2016-04-15 | 1 | -1/+2 | |
| | | ||||||
* | | core.actions: explicitly close file descriptor | hut | 2016-04-15 | 1 | -12/+13 | |
| | | | | | | | | | | | | Thanks to Ale1ster for pointing it out. Fixes #529 | |||||
* | | Add MtimeLinemode and SizeMtimeLinemode | Adam Porter | 2016-04-05 | 1 | -0/+21 | |
| | | ||||||
* | | make `set foo!` cycle through non-boolean options too | hut | 2016-04-04 | 1 | -1/+12 | |
| | | ||||||
* | | Implement Midnight Commander-like mutlipane view | hut | 2016-04-01 | 1 | -1/+3 | |
| | | ||||||
* | | Merge branch 'set-bookmark-not-current' of ↵ | hut | 2016-03-25 | 1 | -2/+7 | |
|\ \ | | | | | | | | | | https://github.com/cirosantilli/ranger | |||||
| * | | set_bookmark for directories other than the current | Ciro Santilli | 2016-03-21 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Sample usage: :set_bookmark a /home/me/a Motivation: make it easier to set bookmarks from environment variables on rc.conf. | |||||
* | | | Add %confdir macro | Ciro Santilli | 2016-03-21 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge branch 'pqiv' of https://github.com/noctuid/ranger | hut | 2016-03-20 | 1 | -1/+7 | |
|\ \ | ||||||
| * | | open_all_images support for pqiv | noctuid | 2016-03-20 | 1 | -1/+7 | |
| |/ | ||||||
* / | Added toggle mode for cut/copy actions. | The Flying Rapist | 2016-03-20 | 1 | -1/+3 | |
|/ | ||||||
* | adding ability to clear folder filter upon navigating from it. optional and ↵ | Vitaly Belman | 2016-03-06 | 1 | -0/+5 | |
| | | | | false by default. | |||||
* | bookmark: replace delete by __delitem__ for consistency with other methods | Laurent Charignon | 2016-01-31 | 1 | -1/+1 | |
| | | | | | | | We are already using the python magic methods __setitem__, __getitem__, __contains__ and __iter__. It makes sense to use __delitem__ and not have a custom method name for removing bookmarks. We change the only place where this method is called in the code. | |||||
* | core.actions: added "COMPAT" comment to stick to conventions | hut | 2016-01-24 | 1 | -1/+1 | |
| | ||||||
* | Restore :delete backward compatiblity | Wojciech Siewierski | 2016-01-24 | 1 | -1/+4 | |
| | ||||||
* | Move some :delete logic to fm.delete, further refactoring | Wojciech Siewierski | 2016-01-24 | 1 | -12/+17 | |
| | ||||||
* | :delete refactoring | Wojciech Siewierski | 2016-01-24 | 1 | -11/+7 | |
| | | | | | | | Fixes #458. It also fixes the issue where fm.copy_buffer was not properly cleaned up when fm.delete was called with arguments. | |||||
* | core.actions: in delete(), renamed "narg" to "files" | hut | 2016-01-24 | 1 | -3/+3 | |
| | ||||||
* | Allow :delete to take arguments | Wojciech Siewierski | 2016-01-24 | 1 | -2/+5 | |
| | | | | Issue #458 still applies. | |||||
* | core.main: Check XDG_CACHE_HOME, fixes #442 | hut | 2016-01-01 | 2 | -7/+12 | |
| | ||||||
* | core.main: moved 'must run ranger in terminal' message | hut | 2015-12-05 | 1 | -4/+4 | |
| | | | | | | previously this error denied the user from running 'ranger --list-tagged-files=X' outside of a terminal. Now it only denies running ranger interactively outside of a terminal. | |||||
* | 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. |