summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'scope-safepipe2'hut2015-10-151-2/+4
|\
| * scope.sh: generalize "highlight" function, add pygmentizehut2015-10-151-2/+4
| |
* | config/rifle.conf: put the entry for executing programs at bottomhut2015-10-151-1/+3
| |
* | Merge branch 'vifon/rifle-executable' of https://github.com/Vifon/rangerhut2015-10-151-0/+1
|\ \
| * | rifle.conf: Allow the execution of the executable binary filesWojciech Siewierski2015-10-121-0/+1
| | |
* | | Merge branch 'scope' of https://github.com/Ambrevar/rangerhut2015-10-151-1/+1
|\ \ \
| * | | scope.sh: Support unicode extensionsPierre Neidhardt2015-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | Most (all?) `tr` implementations do not support unicode. Use `awk` instead for turning extensions to lowercase.
* | | | ext/rifle.py: Fix the "X" specifier for Mac OS XWojciech Siewierski2015-10-131-1/+1
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | On Mac OS X the "$DISPLAY" environmental variable is never set. Checking for it to check if there is a graphical environment available will not work. I think it can be safely assumed that Mac OS X is always running with GUI. Calling it "X" is a bit of a misnomer considering Mac OS X does not use X11, but I think it still conveys the meaning well.
* | | core.actions: fixed logichut2015-10-091-2/+3
| |/ |/| | | | | | | | | in reload_cwd, you could reach code that used the variable "cwd" even though it wasn't defined. This patch puts this code into an else-block ensuring that cwd is defined.
* | core/actions.py: Add more command documentationWojciech Siewierski2015-10-061-9/+74
| |
* | core/actions.py: Hide the internal commands from the "dump_commands" outputWojciech Siewierski2015-10-061-2/+4
| | | | | | | | | | | | | | | | | | - Commands with a docstring starting with a colon (e.g. ":command") are added to the output just as before. - Commands without a docstring whatsoever are listed under the "Undocumented commands" category. Again, no change here. - Commands with a regular docstring are hidden in the "dump_commands" output and should be considered an API.
* | api/commands.py: Fix the doc extraction from the Actions class methodsWojciech Siewierski2015-10-061-1/+1
|/
* mime.tyeps: added "application/djvu dvju", fixes #201hut2015-10-041-0/+1
|
* Merge branch 'stable'hut2015-10-042-2/+2
|\ | | | | | | | | | | | | | | Conflicts: CHANGELOG CHANGELOG.md doc/ranger.1 ranger/__init__.py
| * Fixed that rare bug with the fireballs and explosions v1.7.2hut2015-10-042-3/+3
| |
| * Fix regex splitting for natural sort, Fixes #381nfnty2015-10-041-5/+5
| |
| * rifle: also support uzbl-tabbedBen Boeckel2015-10-041-0/+1
| |
| * rifle: detect mupdf-x11Ben Boeckel2015-10-041-0/+1
| |
| * Open json files with $EDITOR by defaultptzz2015-10-041-5/+5
| |
| * gui.mouse_event: fix scroll down in recent ncurses versionshut2015-10-041-0/+3
| |
| * really fix #300 and #341iamevn2015-10-041-1/+1
| | | | | | | | os.environ['SHELL'] returns '/usr/bin/fish' which != 'fish' this should fix fish compatibility.
| * Get rid of garbage `-E` character in preview display on macptzz2015-10-041-2/+2
| | | | | | | | | | | | | | | | * OSX does not support -E with /bin/echo * On Linux the -E option is set by default Fixes #344
| * rc.conf: fix escaping macros in yp/yn/ydhut2015-10-041-3/+3
| |
| * config.commands: don't resolve macros in :rename/:touchhut2015-10-041-0/+4
| |
| * gui.color: don't crash when colors aren't supportedhut2015-10-041-1/+6
| |
| * core.loader: allow passing additional arguments to Popenhut2015-10-041-3/+6
| |
| * ext.img_display: bugfix in quit(), follow-up to 3f64bb6hut2015-10-041-2/+1
| |
| * ext.img_display: add sanity checks to quit(), fixes #347hut2015-10-041-1/+2
| |
| * config/rifle.conf: added zathura as djvu handlerhut2015-10-041-0/+1
| |
| * rc.conf: added pP/pO keys for FIFO-queued copying, fixes #345hut2015-10-043-4/+13
| |
* | Fix regex splitting for natural sort, Fixes #381nfnty2015-10-031-5/+5
| |
* | Merge branch 'rifle-alt-binaries' of https://github.com/mathstuf/rangerhut2015-09-301-0/+2
|\ \
| * | rifle: also support uzbl-tabbedBen Boeckel2015-09-261-0/+1
| | |
| * | rifle: detect mupdf-x11Ben Boeckel2015-09-261-0/+1
| | |
* | | Open json files with $EDITOR by defaultptzz2015-09-301-5/+5
|/ /
* | fix progress bar regressionnotEvil2015-09-222-18/+25
| |
* | gui.mouse_event: fix scroll down in recent ncurses versionshut2015-09-201-0/+3
| |
* | ext.vcs.svn: added "r" to another regex stringhut2015-09-191-1/+1
| |
* | ext.vcs.svn: cleaned uphut2015-09-191-19/+14
| |
* | Merge branch 'master' of https://github.com/rdburns/rangerhut2015-09-194-1/+284
|\ \
| * | Implemented Subversion VCS support.Ryan Burns2015-08-164-1/+284
| | |
* | | Merge branch 'universal_scope_sh' of https://github.com/GermainZ/rangerhut2015-09-195-37/+50
|\ \ \
| * | | Use scope.sh for all the previewsGermainZ2015-09-145-37/+50
| |/ / | | | | | | | | | | | | | | | … instead of calling w3mimgdisplay for (potentially non-supported, e.g. SVG files) images, which also has the side effect of making custom previews for images impossible.
* | | ext.shutil_generatorized: removed unneeded importhut2015-09-131-1/+0
| | | | | | | | | | | | introduced in a258b5c10d3710c4bb4895bd3c6698ed7cb2e28e
* | | Merge branch 'master' of https://github.com/notEvil/rangerhut2015-09-132-20/+27
|\ \ \
| * | | make mv/cp generators yield progressarappold2015-08-172-20/+27
| |/ /
* | | Merge branch 'patch-1' of https://github.com/iamevn/rangerhut2015-09-131-1/+1
|\ \ \
| * | | really fix #300 and #341iamevn2015-09-081-1/+1
| | | | | | | | | | | | | | | | os.environ['SHELL'] returns '/usr/bin/fish' which != 'fish' this should fix fish compatibility.
* | | | Get rid of garbage `-E` character in preview display on macptzz2015-09-121-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | * OSX does not support -E with /bin/echo * On Linux the -E option is set by default Fixes #344
* | | rc.conf: fix escaping macros in yp/yn/ydhut2015-09-021-3/+3
| | |
748319fbd'>^
61eb87b ^
8bbc1ff ^
8f06b74 ^
8bbc1ff ^
662096d ^
13f67fa ^
9459d91 ^
cc28936 ^
8f06b74 ^

f421e1d ^
81ecca8 ^
51eb86c ^

f421e1d ^
a5f725a ^

fe8e4fd ^

a5f725a ^
81ecca8 ^
475bbd7 ^

2a26a26 ^
81ecca8 ^
b40dab6 ^

8bbc1ff ^
53c3524 ^


b40dab6 ^


8bbc1ff ^
53c3524 ^
8bbc1ff ^
b40dab6 ^
2a26a26 ^

f421e1d ^
a5f725a ^
81ecca8 ^
e83f219 ^

d2d54db ^
a5f725a ^
81ecca8 ^
eaa3820 ^

94b6d04 ^





f421e1d ^
94b6d04 ^



a5f725a ^
81ecca8 ^
bb9e23a ^

83ba9e6 ^
94b6d04 ^



a5f725a ^
81ecca8 ^
ccf7ecc ^

f421e1d ^
94b6d04 ^



a5f725a ^
81ecca8 ^
4aa2003 ^
ce31b74 ^







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