index
:
ranger
this commit
master
mirror of ranger - a simple, vim-like file manager
akspecs <akspecs@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
|
Makefile: quote a variable
hut
2015-02-07
1
-1
/
+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
*
|
doc/ranger.1: clarify vifon's man page change
hut
2015-02-06
2
-11
/
+13
*
|
doc/ranger.1: added some information about the config file loading process
Wojciech Siewierski
2015-02-04
2
-1
/
+21
*
|
Merge branch 'bulkrename_flat_fix' of https://github.com/Vifon/ranger
hut
2015-02-03
1
-1
/
+3
|
\
\
|
*
|
config.commands: bulkrename works with `:flat -1`
Wojciech Siewierski
2015-02-02
1
-1
/
+3
|
|
/
*
/
Fix typo
vimeitor
2015-02-02
1
-1
/
+1
|
/
*
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
*
doc/ranger.1: updated man page entry for "sort" option
hut
2015-01-29
2
-6
/
+6
*
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
*
Merge branch 'master' of https://github.com/Perdu/ranger
hut
2015-01-20
0
-0
/
+0
|
\
|
*
Allow $EDITOR to contain spaces
Célestin Matte
2014-04-28
1
-3
/
+3
|
*
Revert "Fix bugs when $EDITOR="emacs -nw""
Célestin Matte
2014-04-28
1
-3
/
+3
|
*
Fix bugs when $EDITOR="emacs -nw"
Célestin Matte
2014-04-26
1
-3
/
+3
*
|
core.fm: Call default rifle.hook_command_preprocessing
hut
2015-01-20
1
-1
/
+2
*
|
core.actions: fix linemode validity check
hut
2015-01-18
1
-2
/
+4
*
|
gui.widgets.browsercolumn: Set default value for text
hut
2015-01-18
1
-0
/
+1
*
|
Merge branch 'patch-1' of https://github.com/HerrNieschnell/ranger
hut
2015-01-18
1
-2
/
+2
|
\
\
|
*
|
Priority change
HerrNieschnell
2015-01-18
1
-2
/
+2
*
|
|
core.fm: rearranged loading order of tags
hut
2015-01-18
1
-3
/
+3
|
/
/
*
|
Merge branch 'remove_empty_metadata' of https://github.com/Vifon/ranger
hut
2015-01-18
1
-0
/
+10
|
\
\
|
*
|
core.metadata: data of files with empty metadata is not stored
Wojciech Siewierski
2015-01-17
1
-0
/
+10
*
|
|
Merge branch 'meta_selection' of https://github.com/Vifon/ranger
hut
2015-01-18
1
-1
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
:meta may be used on multiple selected files
Wojciech Siewierski
2015-01-17
1
-1
/
+3
|
/
/
*
|
add .paperinfo->.metadata.json conversion script
hut
2015-01-17
1
-0
/
+69
*
|
core.metadata: added another TODO entry
hut
2015-01-17
1
-0
/
+1
*
|
Merge branch 'cd-select_file' of https://github.com/NoSuck/ranger into cd-sel...
hut
2015-01-17
1
-1
/
+2
|
\
\
|
*
|
Modified cd command to select original file, when following links.
The Flying Rapist
2015-01-13
1
-1
/
+2
*
|
|
container.directory: don't crash get_selection if files is None
hut
2015-01-17
1
-0
/
+2
*
|
|
core.metadata: add some TODO entries
hut
2015-01-17
1
-0
/
+3
*
|
|
Merge branch 'metadata'
hut
2015-01-17
12
-328
/
+272
|
\
\
\
|
*
|
|
core.metadata: delete keys if value is empty
hut
2015-01-17
1
-0
/
+5
|
*
|
|
updated documentation of :paper/:meta commands
hut
2015-01-17
2
-72
/
+57
|
*
|
|
core.metadata: use DefaultOpenStruct instead of OpenStruct
hut
2015-01-17
2
-8
/
+8
|
*
|
|
ext.openstruct: added DefaultOpenStruct
hut
2015-01-17
1
-0
/
+15
|
*
|
|
core.metadata: use basenames by default
hut
2015-01-17
1
-2
/
+4
|
*
|
|
core.metadata: works well now, at first glance
hut
2015-01-17
3
-111
/
+71
|
*
|
|
core.metadata: added comments for self.meta{file,data}_cache
hut
2015-01-17
1
-0
/
+2
[prev]
[next]