summary refs log tree commit diff stats
path: root/ranger.py
Commit message (Expand)AuthorAgeFilesLines
* main: catch SystemExit and return the exit valuehut2010-06-181-2/+3
* renamed "--fail-if-run" to the more accurate "--fail-unless-cd"hut2010-06-091-1/+1
* Reverted hashbang for ranger.py.hut2010-06-091-1/+1
* Changed hashbang line to "#!/usr/bin/env python"hut2010-06-091-1/+1
* Run python with flag "-O" by defaulthut2010-05-101-1/+1
* Fixed bug #65 by adding flag "--fail-if-run"hut2010-04-261-1/+1
* ranger.py: removed whitespacehut2010-04-121-4/+0
* reverted a part of 45cf5174. Allow "source ranger ranger" againhut2010-04-011-8/+7
* removed the cd-after-exit hackhut2010-03-291-13/+8
* ranger.__init__: don't implicitly import ranger.__main__hut2010-03-261-1/+1
* Changed license to the GNU General Public Licensehut2010-02-281-12/+14
* ranger.py: fixed cd-after-exit with spaces in directoryhut2010-02-241-1/+1
* ranger.py: removed unnecessary codehut2010-02-151-1/+1
* ranger.py: reverted cd-after-exit to the old wayhut2010-02-141-10/+1
* ranger.py: more simple '--debug' flag checkhut2010-02-141-1/+1
* ranger.py: improved handling of bad importhut2010-01-261-1/+2
* 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-111-1/+12
* added license informationhut2010-01-081-3/+17
* F1 key (inside console) for viewing information about the commandhut2009-12-291-1/+1
* shorten comment in ranger.pyhut2009-12-261-11/+5
* implemented OpenConsolehut2009-12-251-2/+2
* random updateshut2009-12-251-3/+16
* tons of stuffhut2009-12-171-1/+1
* merged main with __init__hut2009-12-121-1/+1
* restructurationshut2009-12-111-2/+4
* changing implementation of optionshut2009-12-061-3/+6
* structural improvementshut2009-12-011-46/+9
* random improvementshut2009-11-291-2/+2
* implemented colorschemes.hut2009-11-291-10/+10
* started to implement colorschemeshut2009-11-291-6/+11
* restructurationhut2009-11-281-33/+33
* embedded wrapper.sh into ranger.pyhut2009-11-271-0/+12
* cd-after-exithut2009-11-271-4/+17
* general improvementhut2009-11-271-1/+1
* more VROOMhut2009-11-271-0/+38
=0188cd93ab45daada0de18ad92bc03ad2ba09ece'>0188cd9 ^
68d3675 ^
03982fd ^
ff1d2bd ^
c3cca82 ^
0188cd9 ^
c3cca82 ^
0188cd9 ^
277bde9 ^
020b76b ^
c3cca82 ^
020b76b ^
c3cca82 ^
020b76b ^

c3cca82 ^
277bde9 ^
49d8d71 ^
277bde9 ^
020b76b ^
277bde9 ^
c3cca82 ^
020b76b ^
277bde9 ^
020b76b ^
277bde9 ^
020b76b ^
277bde9 ^

020b76b ^





277bde9 ^
0188cd9 ^


020b76b ^
0188cd9 ^
020b76b ^



f3fd703 ^
020b76b ^
0188cd9 ^
020b76b ^
0188cd9 ^

277bde9 ^

020b76b ^
c3cca82 ^

b26816c ^
c3cca82 ^
b26816c ^
c3cca82 ^

c3cca82 ^

b26816c ^
c3cca82 ^

b26816c ^

4067798 ^
c3cca82 ^
3b71a87 ^

c3cca82 ^

5db8118 ^
f9fd67a ^

c4f2958 ^





f9fd67a ^
c3cca82 ^


ff1d2bd ^
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