summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Make at least two spaces before inline commentstepshal2016-06-192-6/+6
| |/
* | Merge branch 'membership' of https://github.com/stepshal/rangerhut2016-06-213-5/+5
|\ \
| * | test for membership should be 'not in'stepshal2016-06-193-5/+5
| |/
* | Merge branch 'comparison' of https://github.com/stepshal/rangerhut2016-06-211-2/+2
|\ \
| * | comparison to None should be 'if cond is None:'stepshal2016-06-191-2/+2
| |/
* | Merge branch 'comparison1' of https://github.com/stepshal/rangerhut2016-06-211-3/+3
|\ \
| * | Comparison to True/False should be 'if cond is True/False:' or 'if not cond:'.stepshal2016-06-191-3/+3
| |/
* | core.loader: removed redundant `.readlines()`hut2016-06-211-1/+1
| | | | | | | | Thanks to @Vifon for pointing it out
* | Merge branch 'ambiguous' of https://github.com/stepshal/rangerhut2016-06-211-3/+3
|\ \
| * | Change ambiguous variable name 'l' to 'L'stepshal2016-06-201-3/+3
| |/
* | Merge branch 'E251' of https://github.com/stepshal/rangerhut2016-06-211-1/+1
|\ \
| * | Remove unexpected spaces around keyword / parameter equalsstepshal2016-06-191-1/+1
| |/
* | core.loader: added docstring to Loader classhut2016-06-211-0/+3
| |
* | core.loader: added signals 'loader.{before,after,destroy}'hut2016-06-211-0/+3
|/
* Merge branch 'whitespaces' of https://github.com/stepshal/rangerhut2016-06-181-1/+1
|\
| * Fix whitespacesstepshal2016-06-161-1/+1
| |
* | Merge branch 'reduntant' of https://github.com/stepshal/rangerhut2016-06-181-3/+0
|\ \
| * | Remove reduntant blank linesstepshal2016-06-161-3/+0
| |/
* | Merge branch 'E301' of https://github.com/stepshal/rangerhut2016-06-184-0/+10
|\ \
| * | Add one blank line where is expectedstepshal2016-06-164-0/+10
| |/
* / Add two blank lines where is expectedstepshal2016-06-168-0/+11
|/
* Make exactly one space after commastepshal2016-06-062-3/+3
| | | | Update commands.py
* core.actions: fix wrong check for return value of tab.enter_dirhut2016-06-061-1/+1
|
* Merge branch 'fix-plugin-import' of https://github.com/dflupu/rangerhut2016-05-241-1/+3
|\
| * use importlib to load pugins, and try to load commands from themDaniel Lupu2016-05-191-1/+3
| |
* | core.linemode: fix crash when `file` failshut2016-05-211-2/+5
|/
* core.actions: fix calculation of program indiceshut2016-05-061-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 ↵hut2016-05-061-3/+6
|\ | | | | | | https://github.com/NoSuck/ranger
| * Program indices now line up nicely.The Flying Rapist2016-04-111-3/+6
| |
* | core.loader: in safeDecode, don't crash on broken unicodehut2016-04-151-1/+2
| |
* | core.actions: explicitly close file descriptorhut2016-04-151-12/+13
| | | | | | | | | | | | Thanks to Ale1ster for pointing it out. Fixes #529
* | Add MtimeLinemode and SizeMtimeLinemodeAdam Porter2016-04-051-0/+21
| |
* | make `set foo!` cycle through non-boolean options toohut2016-04-041-1/+12
| |
* | Implement Midnight Commander-like mutlipane viewhut2016-04-011-1/+3
| |
* | Merge branch 'set-bookmark-not-current' of ↵hut2016-03-251-2/+7
|\ \ | | | | | | | | | https://github.com/cirosantilli/ranger
| * | set_bookmark for directories other than the currentCiro Santilli2016-03-211-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 macroCiro Santilli2016-03-211-0/+1
|/ /
* | Merge branch 'pqiv' of https://github.com/noctuid/rangerhut2016-03-201-1/+7
|\ \
| * | open_all_images support for pqivnoctuid2016-03-201-1/+7
| |/
* / Added toggle mode for cut/copy actions.The Flying Rapist2016-03-201-1/+3
|/
* adding ability to clear folder filter upon navigating from it. optional and ↵Vitaly Belman2016-03-061-0/+5
| | | | false by default.
* bookmark: replace delete by __delitem__ for consistency with other methodsLaurent Charignon2016-01-311-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 conventionshut2016-01-241-1/+1
|
* Restore :delete backward compatiblityWojciech Siewierski2016-01-241-1/+4
|
* Move some :delete logic to fm.delete, further refactoringWojciech Siewierski2016-01-241-12/+17
|
* :delete refactoringWojciech Siewierski2016-01-241-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"hut2016-01-241-3/+3
|
* Allow :delete to take argumentsWojciech Siewierski2016-01-241-2/+5
| | | | Issue #458 still applies.
* core.main: Check XDG_CACHE_HOME, fixes #442hut2016-01-012-7/+12
|
* core.main: moved 'must run ranger in terminal' messagehut2015-12-051-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.