summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
* config.commands: fix tab completion in :linemodehut2015-04-131-1/+2
* core.linemode: fix python3 crash in FileInfoLinemodehut2015-04-131-0/+3
* container.tags: added TagsDummy class for use with --cleanhut2015-04-132-1/+40
* core.actions: update execute_file() docstringhut2015-04-131-6/+10
* config/commands: fixed script change detection in :bulkrenamehut2015-04-121-7/+9
* config/commands.py: deduplicationhut2015-04-121-5/+4
* config/commands: fix + cleanup randy's patch, add commentshut2015-04-121-18/+22
* commands.py: skip retagging in bulkrename if rename shellscript is changedrandnobx2015-04-111-10/+20
* added tag management for rename, delete, bulkrename, and moving of filesrandnobx2015-04-112-0/+33
* added "%space" macro that expands to " ", use it in rc.confhut2015-04-102-11/+12
* Merge branch 'master' of git://github.com/arwer13/rangerhut2015-04-091-11/+11
|\
| * rifle.conf: openers for images placed after openers for documents.Artyom Veremeenko2015-03-291-11/+11
* | Merge branch 'linemode_api' of git://github.com/Vifon/rangerhut2015-04-093-1/+17
|\ \
| * | new linemode with the information from file(1)Wojciech Siewierski2015-03-303-1/+17
| |/
* / :flat statusbar indicator addedWojciech Siewierski2015-03-302-2/+9
|/
* core.linemode: updated a docstringWojciech Siewierski2015-03-231-2/+3
* rifle.conf: open files with "pptx?" extension with *officehut2015-03-221-5/+5
* core.actions: added TODO messagehut2015-03-191-0/+1
* Neater copyright headerhut2015-03-1966-194/+143
* config/commands.py: refractored randynobx's patchhut2015-03-183-23/+22
* Merge branch 'colorscheme_tab_complete' of git://github.com/randynobx/rangerhut2015-03-182-2/+26
|\
| * added tab complete functionality for :set colorschemesrandnobx2015-03-112-2/+26
* | Merge branch 'add-iterm2-image-preview-support' of git://github.com/kattrali/...hut2015-03-184-16/+159
|\ \
| * | Consolidate image preview method preferencesDelisa Mason2015-03-093-13/+15
| * | Switch image displayers based on preferencesDelisa Mason2015-03-081-2/+10
| * | Scale iTerm2 image previews to fit within “best guess” dimensionsDelisa Mason2015-03-081-7/+78
| * | Create image displayer impls for w3m, iterm2Delisa Mason2015-03-081-11/+63
| * | Add configuration options for image preview modesDelisa Mason2015-03-082-1/+11
* | | 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
| | |/ | |/|
* | | ranger.api: added docstring to register_linemodehut2015-03-181-0/+1
* | | renamed `ranger.api.custom_linemode` back to `...register_linemode`hut2015-03-181-1/+1
* | | core.linemode: API refactoring + better documentationWojciech Siewierski2015-03-182-9/+13
* | | the register_linemode function reimplemented as a decoratorWojciech Siewierski2015-03-181-4/+3
* | | Fix a typo s/self\.notify/self\.fm\.notify/anekos2015-03-161-1/+1
* | | config/rc.conf: remapped <DELETE> to dDhut2015-03-121-1/+3
|/ /
* | added solarized colorscheme to list of available-by-default colorschemes in r...randnobx2015-03-091-1/+1
* | config.commands: :linemode and :default_linemode tab completionWojciech Siewierski2015-03-102-46/+31
* | core.linemode: fix up vifon's patches from PR #264hut2015-03-093-7/+7
* | Merge branch 'linemode_api' of https://github.com/Vifon/rangerhut2015-03-096-36/+112
|\ \
| * | further linemode refactoringWojciech Siewierski2015-02-225-20/+18
| * | linemode refactoring; custom linemodes possibleWojciech Siewierski2015-02-225-36/+114
* | | Merge branch 'macros_with_flat' of https://github.com/Vifon/rangerhut2015-03-096-14/+12
|\ \ \
| * | | core.actions: the file macros work properly with :flatWojciech Siewierski2015-02-181-3/+3
| * | | fsobject.drawn_basename renamed to fsobject.relative_pathWojciech Siewierski2015-02-185-11/+9
| |/ /
* | / updated comment to reflect current default value for confirm_on_deleterandnobx2015-03-091-1/+1
| |/ |/|
* | core.actions: create multi-level directories with :mkdirhut2015-03-051-1/+1
* | add setting for sorting by unicode characterhut2015-03-033-0/+21
|/
* config/commands.py: add commenthut2015-02-181-0/+5
* core.main: avoid creating ~/.config/ranger/commands.pychut2015-02-171-0/+3
n20' href='#n20'>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