index
:
ranger
this commit
master
mirror of ranger - a simple, vim-like file manager
akspecs <akspecs@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ranger
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #274 from anekos/fix/os-does-not-have-mkdirs
hut
2015-03-18
1
-1
/
+1
|
\
|
*
Fix function name: s/mkdirs/makedirs/
anekos
2015-03-12
1
-1
/
+1
*
|
ranger.api: added docstring to register_linemode
hut
2015-03-18
1
-0
/
+1
*
|
renamed `ranger.api.custom_linemode` back to `...register_linemode`
hut
2015-03-18
1
-1
/
+1
*
|
core.linemode: API refactoring + better documentation
Wojciech Siewierski
2015-03-18
2
-9
/
+13
*
|
the register_linemode function reimplemented as a decorator
Wojciech Siewierski
2015-03-18
1
-4
/
+3
*
|
Fix a typo s/self\.notify/self\.fm\.notify/
anekos
2015-03-16
1
-1
/
+1
*
|
config/rc.conf: remapped <DELETE> to dD
hut
2015-03-12
1
-1
/
+3
|
/
*
added solarized colorscheme to list of available-by-default colorschemes in r...
randnobx
2015-03-09
1
-1
/
+1
*
config.commands: :linemode and :default_linemode tab completion
Wojciech Siewierski
2015-03-10
2
-46
/
+31
*
core.linemode: fix up vifon's patches from PR #264
hut
2015-03-09
3
-7
/
+7
*
Merge branch 'linemode_api' of https://github.com/Vifon/ranger
hut
2015-03-09
6
-36
/
+112
|
\
|
*
further linemode refactoring
Wojciech Siewierski
2015-02-22
5
-20
/
+18
|
*
linemode refactoring; custom linemodes possible
Wojciech Siewierski
2015-02-22
5
-36
/
+114
*
|
Merge branch 'macros_with_flat' of https://github.com/Vifon/ranger
hut
2015-03-09
6
-14
/
+12
|
\
\
|
*
|
core.actions: the file macros work properly with :flat
Wojciech Siewierski
2015-02-18
1
-3
/
+3
|
*
|
fsobject.drawn_basename renamed to fsobject.relative_path
Wojciech Siewierski
2015-02-18
5
-11
/
+9
|
|
/
*
|
updated comment to reflect current default value for confirm_on_delete
randnobx
2015-03-09
1
-1
/
+1
*
|
core.actions: create multi-level directories with :mkdir
hut
2015-03-05
1
-1
/
+1
*
|
add setting for sorting by unicode character
hut
2015-03-03
3
-0
/
+21
|
/
*
config/commands.py: add comment
hut
2015-02-18
1
-0
/
+5
*
core.main: avoid creating ~/.config/ranger/commands.pyc
hut
2015-02-17
1
-0
/
+3
*
config/commands_sample.py: return on error
hut
2015-02-17
1
-0
/
+1
*
core.fm: more sane --copy-config of commands.py
hut
2015-02-17
2
-3
/
+5
*
config/commands_sample.py: added comments
hut
2015-02-17
1
-2
/
+6
*
config/commands_sample.py: better docstring
hut
2015-02-17
1
-1
/
+1
*
added a sample commands.py
hut
2015-02-17
1
-0
/
+53
*
core.fm: typo
hut
2015-02-17
1
-1
/
+1
*
Merge branch 'delete_previewed_file_fix' of https://github.com/Vifon/ranger
hut
2015-02-17
1
-1
/
+1
|
\
|
*
core.actions: deleting a file with a cached image preview no longer crashes r...
Wojciech Siewierski
2015-02-12
1
-1
/
+1
*
|
config/commands: interactive "?" key / ":help" command
hut
2015-02-16
1
-8
/
+14
|
/
*
Fix renaming with insufficient privileges
Alexander Buddenbrock
2015-02-12
2
-4
/
+6
*
fix python version checking with python2.6
hut
2015-02-10
6
-7
/
+7
*
core.fm: give clearer instructions on --copy-config
hut
2015-02-09
1
-3
/
+9
*
proper checking for the python version
hut
2015-02-08
6
-7
/
+7
*
core.loader: fix copy&pasting directory links
hut
2015-02-07
1
-1
/
+1
*
Merge branch 'patch-1' of https://github.com/bastorran/ranger
hut
2015-02-07
1
-0
/
+1
|
\
|
*
remove double dash
bastorran
2015-02-06
1
-1
/
+1
|
*
Add qpdfview to rifle.conf
bastorran
2015-02-06
1
-0
/
+1
*
|
ext.shutil_generatorized: don't follow links in copystat
hut
2015-02-06
1
-1
/
+1
*
|
ext.shutil_generatorized: fixed #143 (copying of links)
hut
2015-02-06
1
-5
/
+6
*
|
core.loader: don't follow links when calculating size
hut
2015-02-06
1
-0
/
+2
|
/
*
Merge branch 'tab_switch_realpath' of https://github.com/Vifon/ranger
hut
2015-02-06
1
-0
/
+1
|
\
|
*
core.actions: tab_switch uses realpath
Wojciech Siewierski
2015-02-01
1
-0
/
+1
*
|
config.commands: bulkrename works with `:flat -1`
Wojciech Siewierski
2015-02-02
1
-1
/
+3
|
/
*
Less invasive default parameter.
The Flying Rapist
2015-01-30
1
-1
/
+1
*
Added tab_switch fm action.
The Flying Rapist
2015-01-30
1
-0
/
+42
*
container.directory: added sorting by file extension
Wojciech Siewierski
2015-01-29
2
-0
/
+3
*
config.commands: added ability to create multilevel directories (as mkdir -p ...
Nikolay Puzanov
2015-01-28
1
-2
/
+2
*
core.fm: Call default rifle.hook_command_preprocessing
hut
2015-01-20
1
-1
/
+2
[next]