summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-12 02:58:22 +0100
committerhut <hut@lavabit.com>2010-03-12 02:58:22 +0100
commitcfcfd885dc15547d68340da024b571c8eddccc7c (patch)
tree8b4a9b9c7a34b503af400270fb67770b7e09708f /README
parent0d15a7cb155df52bfde44b13407d565738d20898 (diff)
downloadranger-cfcfd885dc15547d68340da024b571c8eddccc7c.tar.gz
README: changed introduction
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 10 insertions, 8 deletions
diff --git a/README b/README
index 809ce905..f560321c 100644
--- a/README
+++ b/README
@@ -6,17 +6,19 @@ Ranger
    A keeper, guardian, or soldier who ranges over a region
    to protect the area or enforce the law.
 
-Need a fast way of navigating in your shell?  Hate ugly graphical
-environments?  Try this console-based filemanager!
+This is the filemanager Chuck Norris, the Texas Ranger, would use
+if he would bother with a unix-like operating system.  (He doesn't trust
+computers though and does the calculations himself.)
 
-The multi-column display shows a range of the filesystem, giving you
-a large part of the directory tree to work with, rather than restricting
-you to the current directory only.  Preview the content of the selected
-file or directory, copy or move files around with the VIM-like commands
-dd and yy, execute predefined applications when opening a file, etc...
+After all, as a professional ranger, he needs a broad overview of his
+territory, and the multi-column display of ranger provides just that,
+rather than restricting you to the current directory only.
+You can preview the content of the selected file or directory, copy or move
+files around with the VIM-like commands dd and yy, execute predefined
+applications when opening a file, etc...
 
 Everything is fully customizable and written in Python (2.6 and 3.1
-compatible) using curses for the user interface.
+compatible) using curses for the text-based user interface.
 
 
 About
a title='author hut <hut@lavabit.com> 2010-03-10 17:53:14 +0100 committer hut <hut@lavabit.com> 2010-03-12 00:46:46 +0100 added documentation on how colorschemes work' href='/akspecs/ranger/commit/doc/colorschemes.txt?h=v1.7.2&id=efdc7b16e9f422f2d95271e6d4bf64dd9a03ea33'>efdc7b16 ^
a2853ab6 ^
f597489c ^
efdc7b16 ^
29b05d00 ^


efdc7b16 ^
f597489c ^


efdc7b16 ^

a8f9cf2c ^

efdc7b16 ^






f597489c ^
efdc7b16 ^






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