summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixed #46: wrong username displayed when using suhut2010-02-132-3/+6
|
* statusbar: display number of marked fileshut2010-02-121-0/+1
|
* browsercolumn: bugfixhut2010-02-111-10/+7
|
* doc/pick.sh: corrected commit orderhut2010-02-091-1/+1
|
* implemented #61: show sum of size of marked fileshut2010-02-092-6/+14
|
* use is_(file|directory) rather than class checkhut2010-02-092-14/+7
|
* fsobject: added is_directory/is_file attributeshut2010-02-093-2/+4
|
* browsercolumn: ignore .part extension in PREVIEW_BLACKLISThut2010-02-091-2/+2
|
* fixed #54: max_dirsize_for_autopreview option not workinghut2010-02-094-13/+3
|
* todo: added goals for next minor versionhut2010-02-091-0/+8
|
* ui: formatting of docstringshut2010-02-091-2/+4
|
* doc: what breaks cd-after-exit support in zshhut2010-02-091-0/+2
|
* implemented #58: update terminal titlehut2010-02-094-2/+6
|
* todo: added #60hut2010-02-051-0/+1
|
* pick.sh: added -m to checkout commadshut2010-02-051-3/+3
|
* commands: keep pointer on the file when renaminghut2010-02-052-1/+6
|
* todo: added #58hut2010-02-041-0/+2
|
* pick.sh: added variables for easier customizationhut2010-02-041-7/+8
|
* added doc/pick.shhut2010-02-041-0/+24
|
* added some safety checkshut2010-02-042-1/+5
|
* apps: add D flag to elinks handlerhut2010-02-021-0/+1
|
* Revert "apps: changes in order"hut2010-01-301-1/+1
| | | | | | | | This reverts commit ccc950aadf21f864d07edb79fd54f6c82134f5eb. Conflicts: ranger/defaults/apps.py
* todo: added #56, #57hut2010-01-301-0/+2
|
* actions: implemented numerical argument for mark()hut2010-01-301-8/+9
|
* browsercolumn: Indent marked itemshut2010-01-281-0/+2
|
* tc_ext: small updatehut2010-01-261-7/+10
|
* added testcase for openstructhut2010-01-261-0/+26
|
* added testcase for mount_pathhut2010-01-261-0/+25
|
* added unittest for flatten and uniquehut2010-01-261-0/+69
|
* ranger.py: improved handling of bad importhut2010-01-261-1/+2
|
* keys: less-like shortcuts in pagerhut2010-01-261-0/+4
|
* shutil_generatorized: added some documentationhut2010-01-261-0/+2
|
* defaults: removed copyright notice from config fileshut2010-01-264-47/+15
|
* typohut2010-01-251-1/+1
|
* experiment with keybinding syntaxhut2010-01-256-47/+56
|
* browserview: display bookmark list when pressing mhut2010-01-251-1/+1
|
* typohut2010-01-251-1/+1
|
* help: document b keyhut2010-01-251-0/+1
|
* stuffhut2010-01-252-1/+2
|
* made configuration more simplehut2010-01-259-15/+41
|
* cleanupshut2010-01-2434-174/+183
|
* options: activate preview of files by defaulthut2010-01-241-1/+1
|
* actions: add narg to move_right, so Nl starts with mode Nhut2010-01-242-2/+4
|
* keys: let l and Enter do the samehut2010-01-242-5/+2
|
* README: corrected bad instructionshut2010-01-241-2/+2
|
* apps: fixed error when EDITOR is undefinedhut2010-01-241-8/+10
|
* bugfixhut2010-01-242-2/+2
|
* implemented the use of Runner in the rest of the codehut2010-01-245-197/+20
|
* runner: bugfixes + documentationhut2010-01-241-4/+20
|
* added a new runner classhut2010-01-241-0/+175
|
2022-10-21 16:54:28 +0100 Try out various packages' href='/djm/dotfiles/commit/.emacs.d/lisp/init-windows.el?id=a3d03d956ab84f6835bd62bdc8810b389e0aa97e'>a3d03d9 ^
fe4e881 ^








a3d03d9 ^





fe4e881 ^






9676099 ^



fe4e881 ^



9676099 ^

fe4e881 ^
d0db566 ^

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