summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-02-15 20:46:59 +0100
committerhut <hut@lavabit.com>2010-02-15 21:40:47 +0100
commit4ea0f69aed8d4c173d9abbd0a1bd76d6afe69ccb (patch)
tree5ce3c5e1162a0d9d0e084dd74a30dd4bca6e8711 /README
parentb8d08418a72a71526a6dbac167e9588f5002610f (diff)
downloadranger-4ea0f69aed8d4c173d9abbd0a1bd76d6afe69ccb.tar.gz
updated README
Diffstat (limited to 'README')
-rw-r--r--README69
1 files changed, 40 insertions, 29 deletions
diff --git a/README b/README
index 352fbaee..aabf53a6 100644
--- a/README
+++ b/README
@@ -1,9 +1,10 @@
-== Ranger v.1.0.2
+Ranger v.1.0.2
+==============
 
 Ranger
 
    A keeper, guardian, or soldier who ranges over a region
-	to protect the area or enforce the law.
+   to protect the area or enforce the law.
 
 This file browser gives you the ability to swiftly move around
 and get a broad overview of your forest of directory trees.
@@ -14,7 +15,9 @@ text-editor VIM, but it is fully customizable.
 The program is written in Python since version 1.0.0 and uses
 ncurses for the (completely text based) user interface.
 
-== About
+
+About
+-----
 
 * Author:          hut
 * Email:           hut@lavabit.com
@@ -22,7 +25,8 @@ ncurses for the (completely text based) user interface.
 * Version:         1.0.2
 
 
-== Features
+Features
+--------
 
 * Multi-column display
 * Preview of the selected file/directory
@@ -35,39 +39,56 @@ ncurses for the (completely text based) user interface.
 * Bookmarks
 
 
-== Dependencies
+Dependencies
+------------
 
-* A Unix-like OS        (ranger is not tested on others)
+* A Unix-like OS        (Linux, BSD, Mac OS, ...)
 * Python 2.6 or 3.1
 * Python curses module
 
 
-== Getting Started
+Bugs and feature requests
+-------------------------
+
+Report bugs and feature requests on the bug tracker of
+the ranger repository on GitHub:
+    http://github.com/hut/ranger/issues
+
+Alternatively you can send an email to hut@lavabit.com.
+
+Please include as much relevant information as possible.
+Using ranger with the --debug option will abort the program and
+print tracebacks in certain cases.
+
+
+Getting Started
+---------------
 
 At first, it's a good idea to create a symlink in your bin dir:
     sudo ln -s /path/to/ranger.py /usr/bin/ranger
 
 Now type in ranger to start it.
 
-You should see 4 columns. The third is the directory where you are at
-the moment. To the left, there are the the directories above the current
-working dir, and the column on the right is a preview of the selected
+You should see 4 columns.  The third is the directory where you are at
+the moment.  To the left, there are the directories above the current
+working directory, and the column on the right is a preview of the selected
 file/directory.
 
 Now use the arrow keys to navigate, press enter to open a file.
 
 A list of commands with short descriptions can be viewed by
-pressing ? inside the program and following the instructions.
-The file code/keys.rb contains all keycombinations, so that's another
+pressing "?" inside the program and following the instructions.
+The file code/keys.rb contains all key combinations, so that's another
 place you may want to check out.
 More extensive documentation will be written when enough users ask me to :)
 
 
-== Opening files with Ranger
+Opening files with Ranger
+-------------------------
 
 If you use the same applications like me, you'll be able to open
-files by pressing the right arrow key. If not, you will have to
-specify them in ranger/defaults/apps.py. It's explained
+files by pressing the right arrow key.  If not, you will have to
+specify them in ranger/defaults/apps.py.  It's explained
 in the docstrings how exactly to do that.
 
 Once you've set up your applications, you can also use ranger to
@@ -75,7 +96,8 @@ open files from the shell:
     ranger blabla.pdf
 
 
-== Customizing Ranger
+Customizing Ranger
+------------------
 
 The file ranger/defaults/options.py contains most of the options.
 apps.py defines how files are run, keys.py defines keybindings.
@@ -86,16 +108,5 @@ modifications.  Colorschemes can be placed in ~/.ranger/colorschemes.
 The configuration files should be self-explanatory.  If you need more
 information, check out the source code.
 
-
-== Guidelines for developers:
-
-Tabs for indentation, spaces for tables and such
-
-Use docstrings with pydoc in mind
-
-Use syntax compatible to both python 2.6 and 3.1.
-
-Version Numbering: X.Y.Z
-* X: milestones
-* Y: stable versions
-* Z: experimental versions
+Also, see the file HACKING for more detailed instructions on
+modifying the program.
07-15 22:59:02 -0700 4350' href='/akkartik/mu/commit/subx/011parse.cc?h=hlt&id=1f56ac6483f97ab18245c69c8c006be158c18a8d'>1f56ac64 ^
a2001d15 ^

1f56ac64 ^
















76aace46 ^

1f56ac64 ^
76aace46 ^
1f56ac64 ^

76aace46 ^
1f56ac64 ^
76aace46 ^
1f56ac64 ^
76aace46 ^

1f56ac64 ^





4718a77c ^
1f56ac64 ^









4718a77c ^
1f56ac64 ^

4718a77c ^
1f56ac64 ^




4718a77c ^
aec53ecd ^



1f56ac64 ^
















aec53ecd ^
4718a77c ^
1f56ac64 ^





87f72bee ^

1f56ac64 ^

87f72bee ^

1f56ac64 ^




f8bd7ed5 ^
87f72bee ^
f8bd7ed5 ^




87f72bee ^
















ad1068b3 ^




f8bd7ed5 ^









1f56ac64 ^

62197fd5 ^
3f4bbe9e ^
62197fd5 ^
1f56ac64 ^



069ed1c8 ^
1f56ac64 ^












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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298