about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* core.actions: added TODO messagehut2015-03-191-0/+1
* Neater copyright headerhut2015-03-1971-202/+192
* 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-186-24/+191
|\ \
| * | Consolidate image preview method preferencesDelisa Mason2015-03-095-17/+19
| * | Update documentationDelisa Mason2015-03-082-8/+32
| * | 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
* | | Merge pull request #280 from anekos/fix/fix-a-type-fmhut2015-03-181-1/+1
|\ \ \
| * | | 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-097-36/+115
|\ \
| * | further linemode refactoringWojciech Siewierski2015-02-225-20/+18
| * | doc/ranger.1: updated the linemode description in the man pageWojciech Siewierski2015-02-221-0/+3
| * | 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-035-1/+31
| |/ |/|
* | doc/ranger.1: updated man page to reflect --copy-config changeshut2015-02-182-3/+26
|/
* config/commands.py: add commenthut2015-02-181-0/+5
* core.main: avoid creating ~/.config/ranger/commands.pychut2015-02-171-0/+3
* config/commands_sample.py: return on errorhut2015-02-171-0/+1
* core.fm: more sane --copy-config of commands.pyhut2015-02-172-3/+5
* config/commands_sample.py: added commentshut2015-02-171-2/+6
* config/commands_sample.py: better docstringhut2015-02-171-1/+1
* added a sample commands.pyhut2015-02-171-0/+53
* core.fm: typohut2015-02-171-1/+1
* Merge branch 'delete_previewed_file_fix' of https://github.com/Vifon/rangerhut2015-02-171-1/+1
|\
| * core.actions: deleting a file with a cached image preview no longer crashes r...Wojciech Siewierski2015-02-121-1/+1
* | config/commands: interactive "?" key / ":help" commandhut2015-02-161-8/+14
|/
* Fix renaming with insufficient privilegesAlexander Buddenbrock2015-02-122-4/+6
* fix python version checking with python2.6hut2015-02-106-7/+7
* core.fm: give clearer instructions on --copy-confighut2015-02-091-3/+9
* proper checking for the python versionhut2015-02-086-7/+7
revision' href='/akkartik/mu/blame/html/subx/051test.subx.html?h=hlt&id=29ab43973a2e9822d84b564e314b4af5c58c4684'>^
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