summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README19
1 files changed, 13 insertions, 6 deletions
diff --git a/README b/README
index 375734e4..bb013464 100644
--- a/README
+++ b/README
@@ -1,11 +1,18 @@
 == Ranger v.1.0.2
 
-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
+
+   A keeper, guardian, or soldier who ranges over a region
+	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.
+
+Rangers default hotkeys make it intuitive for users of the popular
+text-editor VIM, but it is fully customizable.
 
 The program is written in Python since version 1.0.0 and uses
-ncurses for the user interface.
+ncurses for the (completely text based) user interface.
 
 == About
 
@@ -21,10 +28,10 @@ ncurses for the user interface.
 * Preview of the selected file/directory
 * Common file operations (create/chmod/copy/delete/...)
 * Quickly find files or text inside files
-* VIM-like controls
+* VIM-like console and hotkeys
 * Open files in external programs
 * Mouse support
-* Change directory of shell after exit
+* Change the directory of your shell after exiting ranger
 * Bookmarks
 
 
vious revision' href='/akkartik/mu/blame/translate_subx?h=hlt&id=2df1d1a73046a0a7b6523552b53f407651ed36df'>^
099f0d5d ^
ff8ec9bc ^
418ea7d3 ^
ff8ec9bc ^
90538f23 ^
71e4f381 ^
90538f23 ^
ff8ec9bc ^
90538f23 ^
ff8ec9bc ^
6488bfcf ^
ff8ec9bc ^

90538f23 ^
ff8ec9bc ^
90538f23 ^
f7746778 ^
69e477b1 ^
f7746778 ^
531f14c9 ^
f32caac6 ^
71e4f381 ^
da438fa9 ^
71e4f381 ^

69e477b1 ^
5aea0c11 ^





69e477b1 ^
56c92481 ^
e2f18e88 ^
69e477b1 ^
7205c246 ^
69e477b1 ^

56c92481 ^
267c74b5 ^
56c92481 ^



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