summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* loader: reduced "seconds_of_work_time"hut2010-01-141-1/+1
|
* commands: added touch, improved mkdirhut2010-01-141-4/+27
|
* keyapi: added commentshut2010-01-141-1/+7
|
* commands: added :edit commandhut2010-01-142-3/+21
|
* keyapi: allow bind to act as a function decoratorhut2010-01-141-1/+7
|
* 1.0.2! v1.0.2hut2010-01-1434-90/+130
|
* readme: added part "customizing ranger"hut2010-01-141-0/+16
|
* readme: removed ugly sentencehut2010-01-141-3/+1
|
* added install instructionshut2010-01-141-0/+30
|
* main: allow to set flags/mode for directly started fileshut2010-01-142-8/+12
|
* ranger.__init__: fixed wrong license informationhut2010-01-141-1/+1
|
* keys: added vimlike aliases to taskviewhut2010-01-141-0/+1
|
* keys: improvementshut2010-01-142-60/+99
|
* settings: removed (buggy) auto_load_previewhut2010-01-144-16/+6
|
* commandlist: bugfixhut2010-01-142-5/+7
|
* commandlist: aliases are now references rather than copieshut2010-01-132-10/+35
|
* commandlist: no error when trying to alias to unexisting keyhut2010-01-131-5/+8
|
* commandlist: added alias(existing, *new)hut2010-01-132-0/+19
|
* Restructurization of commandshut2010-01-131-40/+39
|
* Added error handlers for failed commandshut2010-01-134-5/+20
|
* commandlist: added clear()hut2010-01-132-0/+14
|
* fsobject.directory: removed __getitem__ (too ambiguous)hut2010-01-133-9/+2
|
* browserview: hide certain bookmarks in the listhut2010-01-132-2/+4
|
* defaultui: clear statusbar message when opening consolehut2010-01-131-0/+1
|
* todo: added #37hut2010-01-131-0/+1
|
* commandlist: improvements and test casehut2010-01-132-6/+76
|
* updated pydoc documentationhut2010-01-1361-846/+795
|
* cleanups + style adjustmentshut2010-01-1313-56/+60
|
* added tentative tab completion for OpenConsolehut2010-01-131-2/+6
|
* console: added %s and %f metacharacters to OpenConsolehut2010-01-132-5/+51
|
* main: changed interrupt signal handlinghut2010-01-122-3/+52
|
* todo: added #36hut2010-01-121-0/+1
|
* keys: F1 displays helphut2010-01-121-1/+1
|
* ranger.py: more fixeshut2010-01-121-2/+2
|
* ranger.py: cleanup/fixhut2010-01-111-9/+8
|
* fixed #31, cd-after-exit works even after pressing ^Chut2010-01-112-2/+13
|
* main: change interrupt handler to curses.ungetch(CTRL_C)hut2010-01-113-3/+8
|
* keys: make ^C exit the programhut2010-01-112-13/+1
|
* commands: cleanup, extended docstringhut2010-01-111-0/+16
|
* added a way to create symlinkshut2010-01-113-2/+19
|
* actions: added an easier way to display errorshut2010-01-111-0/+3
| | | | just write fm.notify(your_exception).
* keys: changed paste key from 'p' to 'pp' (to avoid mistakes)hut2010-01-101-1/+2
|
* added chmod commandhut2010-01-102-1/+32
|
* help: added copyinghut2010-01-101-0/+18
|
* todo: added more info on bug #31hut2010-01-092-1/+6
|
* todo: added a few thingshut2010-01-091-0/+2
|
* actions: fixed deletion of symlinks to directorieshut2010-01-092-2/+2
|
* commands: fixed tabcompletionhut2010-01-091-2/+2
| | | | | | tilde "~/" in combination with incomplete filenames would cause a slash to be appended after the incomplete name, which only makes sense for complete (and unique / unambiguous) names
* todo: added #33hut2010-01-091-0/+1
|
* todo: added #32hut2010-01-081-0/+1
|
ref='#n54'>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