summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-11-22 21:13:57 +0100
committerhut <hut@lavabit.com>2009-11-22 21:13:57 +0100
commit0298508e1d6f0fca8b12d9647b0542ad5310fde6 (patch)
tree6a3ae82ccdb29a6ed99fa43a3e125e17817edc34 /README
parent907e349c11b2ef689434e9e3504b97a6c0a843b6 (diff)
downloadranger-0298508e1d6f0fca8b12d9647b0542ad5310fde6.tar.gz
decided to use python from now on
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 2f48cd3d..f978daf4 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Ranger is a filemanager that integrates well into the linux shell and
 gives you a quick way of doing operations that would otherwise require
 a lot of typing, without starting up a bloated environment.
 
-Ranger is written in Ruby and uses ncurses for the user interface.
+Ranger is written in Python and uses ncurses for the user interface.
 
 The version 1 is a rewrite from scratch and offers very limited
 functionality as of now.
title='Blame the previous revision' href='/djm/dotfiles/blame/.emacs.d/lisp/init-ui.el?id=0f7038ed55d85c8c35d54a2ce2c834046755a977'>^
6f0ed47 ^
eef83be ^

d0db566 ^











































78889e6 ^
a08cf4e ^
78889e6 ^






a08cf4e ^

e79e0ba ^
a08cf4e ^
e79e0ba ^
a08cf4e ^



e79e0ba ^
a08cf4e ^

e79e0ba ^
78889e6 ^

d0db566 ^
42bfea4 ^


d0db566 ^





6f3370e ^



0cea2e2 ^











ef2eefa ^

6f3370e ^

da32752 ^
ef2eefa ^
da32752 ^

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