summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to use ranger as file-chooser in gvimNg Oon-Ee2015-10-041-1/+5
| | | Previously RangeChooser() would just fail silently in gvim. With this change, it will open an xterm and open ranger there. Everything else works as before.
* 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-045-6/+24
|
* Merge branch 'ipc_plugin' of https://github.com/Vifon/rangerhut2015-07-141-0/+45
|\
| * added examples/plugin_ipc.pyWojciech Siewierski2015-06-211-0/+45
| |
* | Merge branch 'dev' of https://github.com/ssh0/rangerhut2015-07-141-5/+10
|\ \
| * | shrink height for tmux's top status bar (commented part)ssh02015-06-221-0/+3
| | |
| * | work if "draw_border false" is settedShotaro Fujimoto2015-06-211-12/+6
| | | | | | | | | | | | commented out setting is for tmux's top_status_bar
| * | use muximum height to display imageShotaro Fujimoto2015-06-211-4/+12
| | | | | | | | | | | | (commented the setting for tmux top status bar user)
| * | add space (PEP8)Shotaro Fujimoto2015-06-211-1/+1
| | |
| * | w3mimagedisplay pu the image right placeShotaro Fujimoto2015-06-211-7/+7
| |/
* | Merge branch 'bookmarks_fix' of https://github.com/igoyak/rangerhut2015-07-141-0/+6
|\ \
| * | preserve permissions when updating bookmarks. Fix for #59igoyak2015-06-261-0/+6
| |/
* | config/rifle.conf: removed "--" option from mupdfhut2015-07-131-1/+1
| |
* | stricter markdownization of changelog & readmehut2015-07-122-2/+267
|/
* Merge branch 'hidden-files-selection' of https://github.com/ajtluser/rangerhut2015-06-191-0/+9
|\
| * Fix for issue #259. If all the contents of the current folder areA. Lopes2015-06-101-0/+9
| | | | | | | | | | | | hidden, now when the user toggle show_hidden, the topmost file or directory is automatically selected. If the user toggles show_hidden, hiding all files and folders those files can now not be interacted with.
* | honour the TMPDIR environment variableVern Sun2015-06-192-3/+5
| |
* | Fix mktemp invocation to work on Mac OS X and LinuxJesse Byler2015-06-102-2/+2
|/ | | | | | | | | | | mktemp on Mac OS X (and probably all BSDs) just returns an error when invoked without any arguments. The -t option used in this change is interpreted differently on Mac OS X and Linux, and is deprecated on Linux, but this invocation works as expected on both. See discussion at https://unix.stackexchange.com/questions/30091 Another alternative would be to use Python's tempfile module: https://docs.python.org/2/library/tempfile.html
* Report free disk space correctly on Mac OS Xptzz2015-06-091-1/+1
|
* rifle.conf: Exclude `feh` commands if `feh` is not installedptzz2015-06-071-4/+4
|
* Merge branch 'flat_path_fixes' of https://github.com/Vifon/rangerhut2015-06-027-22/+23
|\
| * Replaced file.basename with file.relative_path where appropriate.Wojciech Siewierski2015-05-087-22/+23
| | | | | | | | The usage of file.basename could lead to some issues with :flat.
* | Added cmap for forward word deletion.The Flying Rapist2015-05-161-0/+1
| |
* | core.actions: strip leading whitespace off commandshut2015-05-111-1/+1
| |
* | core.actions: removed set_filter (dead function)hut2015-05-111-6/+0
| |
* | core.actions: don't remove empty dirs on :renamehut2015-05-071-1/+5
|/
* doc/cheatsheet.svg: removed bad "(4)" reference from "g" keyhut2015-05-071-1/+1
|
* doc/cheatsheet.svg: added text about commandshut2015-05-071-0/+94
|
* rifle.conf: handle svg's with "inkscape" and "display"hut2015-05-071-0/+3
|
* core.fm: sxiv now properly working with :flat enabledWojciech Siewierski2015-05-071-4/+4
|
* doc/howto-publish-a-release.txt: Use the right key for signinghut2015-05-041-1/+1
|
* Change name back to "ranger-master" in --version outputhut2015-05-041-1/+1
|
* Initial commit v1.7.1hut2015-05-046-6/+13
|
* added examples/rc_emacs.confhut2015-05-041-0/+533
|
* applied generally useful changes from emacs branchhut2015-05-042-3/+7
| | | | | | | | | The 'lt' and 'gt' special keys were added so you can bind actions to something like "<C-lt>" meaning "Ctrl+<" and <C-gt> meaning "Ctrl+>". "key > 0" was changed to "key >= 0" in ranger.gui.ui so that Ctrl+Space (which has the key value 0) can be recognized. I am not 100% sure if this has side effects.
* rifle.conf: added ristrettohut2015-05-021-7/+8
|
* cheatsheet: added whitespace in git linkhut2015-05-021-1/+1
|
* ext.rifle: added "env" condition to check for env. varshut2015-04-272-0/+3
|
* cheatsheet: fix text alignment, add info about d<key> bindingshut2015-04-191-19/+52
|
* cheatsheet: add reference to ranger's IRC channelhut2015-04-191-4/+18
|
* cheatsheet: widen the F12 and = keyshut2015-04-191-6/+6
|
* cheatsheet: change style of textboxeshut2015-04-191-16/+16
|
* cheatsheet: highlight hjkl in red, not greenhut2015-04-191-5/+3
|
* cheatsheet: highlight the "?" keyhut2015-04-191-5/+5
|
* cheatsheet: added three new sectionshut2015-04-191-107/+558
|
1translate.cc?h=hlt&id=1f56ac6483f97ab18245c69c8c006be158c18a8d'>1f56ac64 ^
a49bc413 ^

bcf92ad2 ^


1f56ac64 ^


b141a448 ^
262f6ea8 ^
b141a448 ^

3b798ea2 ^
1f56ac64 ^





b20d9ad3 ^
b20d9ad3 ^

a49bc413 ^
1f56ac64 ^




7b686a02 ^
b141a448 ^

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