about summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | 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
* 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
* 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 git://github.com/kattrali/...hut2015-03-181-2/+10
|\
| * Consolidate image preview method preferencesDelisa Mason2015-03-091-2/+2
| * 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
|\ \
| * | Fix function name: s/mkdirs/makedirs/anekos2015-03-121-1/+1
* | | core.linemode: API refactoring + better documentationWojciech Siewierski2015-03-181-6/+10
|/ /
* | 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
| * | 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
|\ \ \ | |_|/ |/| |
| * | core.actions: the file macros work properly with :flatWojciech Siewierski2015-02-181-3/+3
| |/
* / core.actions: create multi-level directories with :mkdirhut2015-03-051-1/+1
|/
* core.main: avoid creating ~/.config/ranger/commands.pychut2015-02-171-0/+3
* core.fm: more sane --copy-config of commands.pyhut2015-02-172-3/+5
* core.fm: typohut2015-02-171-1/+1
* core.actions: deleting a file with a cached image preview no longer crashes r...Wojciech Siewierski2015-02-121-1/+1
* Fix renaming with insufficient privilegesAlexander Buddenbrock2015-02-121-0/+2
* fix python version checking with python2.6hut2015-02-102-3/+3
* core.fm: give clearer instructions on --copy-confighut2015-02-091-3/+9
* proper checking for the python versionhut2015-02-082-3/+3
* core.loader: fix copy&pasting directory linkshut2015-02-071-1/+1
* core.loader: don't follow links when calculating sizehut2015-02-061-0/+2
* core.actions: tab_switch uses realpathWojciech Siewierski2015-02-011-0/+1
* Less invasive default parameter.The Flying Rapist2015-01-301-1/+1
* Added tab_switch fm action.The Flying Rapist2015-01-301-0/+42
* core.fm: Call default rifle.hook_command_preprocessinghut2015-01-201-1/+2
* core.actions: fix linemode validity checkhut2015-01-181-2/+4
* core.fm: rearranged loading order of tagshut2015-01-181-3/+3