summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README24
1 files changed, 18 insertions, 6 deletions
diff --git a/README b/README
index 6e386635..ea9eb521 100644
--- a/README
+++ b/README
@@ -1,11 +1,13 @@
 Ranger v.1.0.4
 ==============
 
-Ranger is a console file manager with fast and straightforward navigation.
-By efficiently using the screen space, it gives you a broad overview of
-your file system.  Ranger's hotkeys are similar to those of other common
-unix programs such as VIM, Emacs and Midnight Commander, though it's
-controllable with Arrow Keys just fine.
+Ranger is a free console file manager that gives you greater flexibility
+and a good overview of your files without having to leave your *nix console.
+It visualizes the directory tree in two dimensions: the directory hierarchy
+on one, lists of files on the other, with a preview to the right so you know
+where you'll be going.  The default keys are similar to those of Vim, Emacs
+and Midnight Commander, though Ranger is easily controllable with just the
+arrow keys or the mouse.
 
 The program is written in Python (2.6 or 3.1) and uses curses for the
 text-based user interface.
@@ -16,7 +18,6 @@ About
 
 * Author:          Roman Zimbelmann  <romanz@lavabit.com>
 * Website:         http://savannah.nongnu.org/projects/ranger
-* Dependencies:    Unix-like OS, Python 2.6 or 3.1
 * License:         GNU General Public License Version 3
 * Version:         1.0.4
 
@@ -39,6 +40,17 @@ Features
 * Tabs, Bookmarks, Mouse support
 
 
+Dependencies
+------------
+
+* A *nix-like operating system
+* Python 2.6 or Python 3.1 with the curses module
+
+Optional:
+* The "file" program
+* A pager ("less" by default)
+
+
 Getting Started
 ---------------
 
s='alt'>
be3fb4e1 ^


13ba3def ^


1fad5eef ^
be3fb4e1 ^
7feea75b ^



9a81d746 ^
cdd6fd09 ^
7feea75b ^
cdd6fd09 ^

dfdfc7e9 ^


215365d4 ^

215365d4 ^

67bc24e7 ^
215365d4 ^
dfdfc7e9 ^
215365d4 ^
808e171d ^
1ead3562 ^
5d2a486d ^
f7631430 ^
f78f1907 ^
04209f72 ^
87f1cf60 ^

f78f1907 ^
5d2a486d ^


8a70ff4d ^
215365d4 ^


215365d4 ^
5d2a486d ^
dfdfc7e9 ^
215365d4 ^
f7631430 ^
215365d4 ^
5d2a486d ^

215365d4 ^
5d2a486d ^
1ead3562 ^
5d2a486d ^
1ead3562 ^
215365d4 ^
dfdfc7e9 ^
691b529e ^












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