about summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
...
* fixes and cleanupshut2009-12-274-5/+4
* allow to filter contents of a directoryhut2009-12-274-2/+20
* action.spawn/runcmd for terminals and du | lesshut2009-12-273-5/+17
* improved tab completion capabilitieshut2009-12-273-22/+122
* generalized tab completion code of cd commandhut2009-12-271-23/+26
* added rename commandhut2009-12-273-0/+24
* moved the command parser into a seperate filehut2009-12-262-34/+61
* use constants instead of strings to represend console modeshut2009-12-264-27/+76
* changed how tagged files are displayedhut2009-12-262-3/+13
* implemented tagginghut2009-12-268-8/+124
* implemented OpenConsolehut2009-12-252-1/+67
* random updateshut2009-12-255-3/+28
* bugfixeshut2009-12-255-10/+18
* made directories use the accumulator "interface"hut2009-12-257-89/+49
* improved paste-generatorshut2009-12-251-17/+32
* don't modify directory.__dict__ until last yield of load generatorhut2009-12-251-6/+6
* don't reconstruct statusbar if nothing changedhut2009-12-251-3/+20
* schedule loading of directories whereever possiblehut2009-12-252-21/+21
* customized process manager (colors, hotkeys, title)hut2009-12-253-5/+4
* display exceptions while loadinghut2009-12-251-1/+4
* made copying processes work with the loaderhut2009-12-252-17/+21
* "generatorized" shutilhut2009-12-251-7/+17
* duplicated shutil from the python standard libhut2009-12-251-0/+288
* can now (re)move processes in pmanhut2009-12-255-11/+65
* added process manager which lists running load processeshut2009-12-257-2/+258
* clean upshut2009-12-252-5/+7
* random fixes/upgradeshut2009-12-246-18/+31
* fixed minor logical errorhut2009-12-241-1/+1
* random fixeshut2009-12-244-17/+29
* fixed G keyhut2009-12-241-1/+1
* in keys.py: from curses import *hut2009-12-241-3/+1
* fixed directory.load_content_if_outdated with linkshut2009-12-241-1/+1
* misc clean upshut2009-12-243-21/+27
* implemented sortinghut2009-12-245-4/+53
* minor fixhut2009-12-241-1/+4
* added hints for key-combinationshut2009-12-248-17/+95
* own history for quickopen-consolehut2009-12-231-1/+6
* fixed marking (again)hut2009-12-232-11/+7
* improved keys.pyhut2009-12-231-20/+23
* max_dirsize_for_autopreview = 300 is not rly needed anymorehut2009-12-231-1/+1
* optimized directory loadinghut2009-12-232-8/+12
* improved loader performance with win.nodelay()hut2009-12-232-7/+7
* fixed throbberhut2009-12-233-6/+21
* fixed marking :)hut2009-12-232-6/+7
* implemented marking, for operations on multiple fileshut2009-12-239-37/+172
* handled exception found in the unit testshut2009-12-231-1/+4
* keybuffer was made aware of prefixed numbershut2009-12-235-19/+92
* added action.move_pointer_by_percentage()hut2009-12-231-0/+10
* added primitive "throbber"hut2009-12-232-0/+5
* fixed / improved loaderhut2009-12-236-25/+42
mp;id=0d7b60ed1dd71d48777b86d01849767f69fd2511'>^
e2240eb4 ^

363be37f ^
77cdc6d0 ^

dd2e01e4 ^
77cdc6d0 ^

31401373 ^
d72f3799 ^
0b0cfb6f ^
7284d503 ^
67573caf ^




7284d503 ^

b24eb476 ^

31401373 ^
67573caf ^
ec926027 ^
7c8493b3 ^

31401373 ^
795f5244 ^
ec926027 ^
dcfca05e ^

31401373 ^
1fa53058 ^



795f5244 ^
dcfca05e ^
f89378d5 ^
2142ccfc ^

f3760b0f ^
acc4792d ^
2142ccfc ^

f1a6f323 ^
9cf71627 ^
5810092d ^
513bfed8 ^




2142ccfc ^
77cdc6d0 ^

dd2e01e4 ^
77cdc6d0 ^

012d2ee1 ^
af085cf6 ^




3eeea0a2 ^

9cf71627 ^
5f98a10c ^

1ead3562 ^
2cb36cd0 ^

5f98a10c ^
2cb36cd0 ^

5f98a10c ^
1ead3562 ^
2cb36cd0 ^

5f98a10c ^
2cb36cd0 ^
7284d503 ^
64cf0a59 ^
69e14325 ^


df8bb4c3 ^
f6d47435 ^
95b2a140 ^
5eb49929 ^
31401373 ^
795f5244 ^
5eb49929 ^

f1e953d0 ^
ec926027 ^

ac0e9db5 ^
2e8c5d39 ^
77cdc6d0 ^
dd2e01e4 ^
77cdc6d0 ^


31401373 ^
b75e94b3 ^
9fdda88b ^
5f98a10c ^
8eff7919 ^
f6d47435 ^
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