summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* core.loader: don't follow links when calculating sizehut2015-02-061-0/+2
|
* Merge branch 'tab_switch_realpath' of https://github.com/Vifon/rangerhut2015-02-061-0/+1
|\
| * core.actions: tab_switch uses realpathWojciech Siewierski2015-02-011-0/+1
| | | | | | | | | | This way the different representation of the same path are treated in the same way.
* | doc/ranger.1: clarify vifon's man page changehut2015-02-062-11/+13
| |
* | doc/ranger.1: added some information about the config file loading processWojciech Siewierski2015-02-042-1/+21
| |
* | Merge branch 'bulkrename_flat_fix' of https://github.com/Vifon/rangerhut2015-02-031-1/+3
|\ \
| * | config.commands: bulkrename works with `:flat -1`Wojciech Siewierski2015-02-021-1/+3
| |/ | | | | | | Fixes #241.
* / Fix typovimeitor2015-02-021-1/+1
|/
* Less invasive default parameter.The Flying Rapist2015-01-301-1/+1
|
* Added tab_switch fm action.The Flying Rapist2015-01-301-0/+42
|
* doc/ranger.1: updated man page entry for "sort" optionhut2015-01-292-6/+6
|
* container.directory: added sorting by file extensionWojciech Siewierski2015-01-292-0/+3
|
* config.commands: added ability to create multilevel directories (as mkdir -p ↵Nikolay Puzanov2015-01-281-2/+2
| | | | 1/2/3)
* Merge branch 'master' of https://github.com/Perdu/rangerhut2015-01-200-0/+0
|\ | | | | | | | | Conflicts: ranger/config/rifle.conf
| * Allow $EDITOR to contain spacesCélestin Matte2014-04-281-3/+3
| | | | | | | | | | | | | | | | | | $EDITOR variables consisting of "program name + options" are not handled correctly because of quotes around $EDITOR. As a result, if $EDITOR is not a simple program name (i.e. if it includes options, as in "emacs -nw"), the full string is taken as a program and fails to run. Error message: (/bin/sh: 1: emacs -nw: not found) Removing quotes fixes this problem.
| * Revert "Fix bugs when $EDITOR="emacs -nw""Célestin Matte2014-04-281-3/+3
| | | | | | | | This reverts commit 4275d352a8f588468b88e6719325de753d12ed62.
| * Fix bugs when $EDITOR="emacs -nw"Célestin Matte2014-04-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes 2 problems at once in the default config, which prevent one from editing files when his $EDITOR variable is set to "emacs -nw": - $EDITOR variables consisting of "program name + options" are not handled correctly because of quotes around $EDITOR. As a result, if $EDITOR is not a simple program name (i.e. if it includes options, as in "emacs -nw"), the full string is taken as a program and fails to run. Error message: (/bin/sh: 1: emacs -nw: not found) Removing quotes fixes this problem. - emacs does not seems to handle the "--" correctly: it does not open any file when it is there. I don't know why it is there, but removing it does not prevent other editors (vim, nano) to run correctly, and makes emacs work.
* | core.fm: Call default rifle.hook_command_preprocessinghut2015-01-201-1/+2
| |
* | core.actions: fix linemode validity checkhut2015-01-181-2/+4
| |
* | gui.widgets.browsercolumn: Set default value for texthut2015-01-181-0/+1
| | | | | | | | this can avoid crashes
* | Merge branch 'patch-1' of https://github.com/HerrNieschnell/rangerhut2015-01-181-2/+2
|\ \
| * | Priority changeHerrNieschnell2015-01-181-2/+2
| | | | | | | | | | | | | | | I think if someone has sxiv, feh or mirage installed, it should have a higher priority than eog or eom, because they are normally automatically installed along with mate or gnome. it fits the philosophy of browser or documents default priority.
* | | core.fm: rearranged loading order of tagshut2015-01-181-3/+3
|/ / | | | | | | | | This avoids crashing on startup if there's a bookmarked file that is tagged to a tag which is used in ":default_linemode tag=X ..."
* | Merge branch 'remove_empty_metadata' of https://github.com/Vifon/rangerhut2015-01-181-0/+10
|\ \
| * | core.metadata: data of files with empty metadata is not storedWojciech Siewierski2015-01-171-0/+10
| | |
* | | Merge branch 'meta_selection' of https://github.com/Vifon/rangerhut2015-01-181-1/+3
|\ \ \ | |/ / |/| |
| * | :meta may be used on multiple selected filesWojciech Siewierski2015-01-171-1/+3
|/ /
* | add .paperinfo->.metadata.json conversion scripthut2015-01-171-0/+69
| |
* | core.metadata: added another TODO entryhut2015-01-171-0/+1
| |
* | Merge branch 'cd-select_file' of https://github.com/NoSuck/ranger into ↵hut2015-01-171-1/+2
|\ \ | | | | | | | | | cd-select_file
| * | Modified cd command to select original file, when following links.The Flying Rapist2015-01-131-1/+2
| | |
* | | container.directory: don't crash get_selection if files is Nonehut2015-01-171-0/+2
| | |
* | | core.metadata: add some TODO entrieshut2015-01-171-0/+3
| | |
* | | Merge branch 'metadata'hut2015-01-1712-328/+272
|\ \ \
| * | | core.metadata: delete keys if value is emptyhut2015-01-171-0/+5
| | | |
| * | | updated documentation of :paper/:meta commandshut2015-01-172-72/+57
| | | |
| * | | core.metadata: use DefaultOpenStruct instead of OpenStructhut2015-01-172-8/+8
| | | |
| * | | ext.openstruct: added DefaultOpenStructhut2015-01-171-0/+15
| | | |
| * | | core.metadata: use basenames by defaulthut2015-01-171-2/+4
| | | |
| * | | core.metadata: works well now, at first glancehut2015-01-173-111/+71
| | | |
| * | | core.metadata: added comments for self.meta{file,data}_cachehut2015-01-171-0/+2
| | | |
| * | | started porting core.metadata from csv to jsonhut2015-01-171-12/+24
| | | |
| * | | adapted commands for MetadataManagerhut2015-01-165-72/+42
| | | |
| * | | start turning ext.papermanager to core.metadatahut2015-01-137-45/+38
| |/ /
* / / gui.ui: removed some finished TODO entrieshut2015-01-161-2/+0
|/ /
* | ext.direction: fixed "move up=1 cycle=false"hut2015-01-041-1/+1
| |
* | Merge branch 'move-cycle' of https://github.com/PotatoesMaster/rangerhut2015-01-041-0/+5
|\ \
| * | Add a 'cycle' option to directionEmanuel Guevel2014-12-151-0/+5
| | | | | | | | | | | | | | | This allows to loop on a file list, going at the other side of the list when trying to go beyond the boundaries.
* | | doc/ranger.1: added doc for "rename_append"hut2015-01-012-1/+12
| | |
* | | config/rc.conf: make "a" binding use :rename_appendhut2015-01-011-1/+1
| | |
05c14a48645f6e7e4b318a5a3f4f7a6c7b96c80'>^
61006fdd ^




9cce9fab ^

ea87d005 ^
cfdbb9d6 ^























9cce9fab ^

8db3c4b1 ^
9cce9fab ^
3201b163 ^
8db3c4b1 ^
1f62d7db ^

cfdbb9d6 ^
444f8361 ^


9cce9fab ^
2b82ef62 ^
3201b163 ^
8db3c4b1 ^
9cce9fab ^
3201b163 ^
aad61455 ^






336cc468 ^
aad61455 ^




b42eb058 ^
a1274aba ^
3201b163 ^
9cce9fab ^


3201b163 ^

9cce9fab ^
3201b163 ^
9cce9fab ^
cfdbb9d6 ^
9cce9fab ^

3201b163 ^
9cce9fab ^
cfdbb9d6 ^


d3eff0a9 ^
cfdbb9d6 ^
9cce9fab ^


6f43de0a ^










ea87d005 ^
6f43de0a ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269