about summary refs log tree commit diff stats
path: root/ranger/commands.py
Commit message (Expand)AuthorAgeFilesLines
* commands: added touch, improved mkdirhut2010-01-141-4/+27
* commands: added :edit commandhut2010-01-141-0/+13
* commands: cleanup, extended docstringhut2010-01-111-0/+16
* added chmod commandhut2010-01-101-0/+31
* commands: fixed tabcompletionhut2010-01-091-2/+2
* added license informationhut2010-01-081-0/+14
* cleanupshut2010-01-021-1/+0
* commands: added grep commandhut2010-01-011-0/+17
* cleanupshut2009-12-311-0/+2
* improved docstrings of commandshut2009-12-291-8/+42
* allow to filter contents of a directoryhut2009-12-271-0/+6
* improved tab completion capabilitieshut2009-12-271-2/+73
* generalized tab completion code of cd commandhut2009-12-271-23/+26
* added rename commandhut2009-12-271-0/+6
* moved the command parser into a seperate filehut2009-12-261-34/+10
* use constants instead of strings to represend console modeshut2009-12-261-2/+2
* made directories use the accumulator "interface"hut2009-12-251-3/+3
* random fixes/upgradeshut2009-12-241-2/+4
* fixed minor logical errorhut2009-12-241-1/+1
* added provisional filesystem operations (cp/cut/paste/delete/mkdir)hut2009-12-181-0/+14
* added quick_open() in abstract Command classhut2009-12-171-0/+3
* quit command, aliaseshut2009-12-171-8/+21
* tons of stuffhut2009-12-171-21/+78
* fixed CD command / tab completionhut2009-12-151-36/+39
* Added console commands + tab completionhut2009-12-151-0/+110
/commit/ranger/defaults/options.py?id=6dad7b9222168602c5c23fc001be290110721ec5'>6dad7b92 ^
b1b7864c ^
6dad7b92 ^
6e152710 ^


0abb72df ^


a0fdb913 ^


a3528772 ^
b39fcc5f ^
0128bee7 ^
eafe24e1 ^
0128bee7 ^
3a9e3382 ^
b39fcc5f ^
0128bee7 ^
f5e9c01e ^


9e09af36 ^

0a053bef ^
9e09af36 ^
f3e1e9e4 ^


bf391538 ^


e01ea652 ^


61006fdd ^
f4ad6457 ^

61006fdd ^
6a40e8e0 ^

083acade ^
f45f3c73 ^



465dd890 ^


083acade ^

0a8001b2 ^
083acade ^

2bc7178b ^
083acade ^



1c683951 ^



0128bee7 ^
083acade ^

0128bee7 ^
b39fcc5f ^
0128bee7 ^
0128bee7 ^
b44906cd ^

0128bee7 ^

876e288a ^


0128bee7 ^
1c456c93 ^



34c131ef ^


















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