Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Make at least two spaces before inline comment | stepshal | 2016-06-19 | 2 | -6/+6 | |
| |/ | ||||||
* | | Merge branch 'membership' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 3 | -5/+5 | |
|\ \ | ||||||
| * | | test for membership should be 'not in' | stepshal | 2016-06-19 | 3 | -5/+5 | |
| |/ | ||||||
* | | Merge branch 'comparison' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | comparison to None should be 'if cond is None:' | stepshal | 2016-06-19 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge branch 'comparison1' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | Comparison to True/False should be 'if cond is True/False:' or 'if not cond:'. | stepshal | 2016-06-19 | 1 | -3/+3 | |
| |/ | ||||||
* | | core.loader: removed redundant `.readlines()` | hut | 2016-06-21 | 1 | -1/+1 | |
| | | | | | | | | Thanks to @Vifon for pointing it out | |||||
* | | Merge branch 'ambiguous' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | Change ambiguous variable name 'l' to 'L' | stepshal | 2016-06-20 | 1 | -3/+3 | |
| |/ | ||||||
* | | Merge branch 'E251' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Remove unexpected spaces around keyword / parameter equals | stepshal | 2016-06-19 | 1 | -1/+1 | |
| |/ | ||||||
* | | core.loader: added docstring to Loader class | hut | 2016-06-21 | 1 | -0/+3 | |
| | | ||||||
* | | core.loader: added signals 'loader.{before,after,destroy}' | hut | 2016-06-21 | 1 | -0/+3 | |
|/ | ||||||
* | Merge branch 'whitespaces' of https://github.com/stepshal/ranger | hut | 2016-06-18 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix whitespaces | stepshal | 2016-06-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'reduntant' of https://github.com/stepshal/ranger | hut | 2016-06-18 | 1 | -3/+0 | |
|\ \ | ||||||
| * | | Remove reduntant blank lines | stepshal | 2016-06-16 | 1 | -3/+0 | |
| |/ | ||||||
* | | 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. |