summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-05 19:34:46 +0200
committerhut <hut@lavabit.com>2011-10-05 19:34:46 +0200
commit9fc77ba1632b09123816b973e0d48a958a0d4c57 (patch)
tree182d86fdcae96aab5c4f9b57697d52ee6eab09d9 /doc/ranger.pod
parentb0b3af33ec233f4f1d30c4e89da6668f98960ad8 (diff)
downloadranger-9fc77ba1632b09123816b973e0d48a958a0d4c57.tar.gz
manpage: update
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod35
1 files changed, 18 insertions, 17 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index dd9c89bc..eaadcf5b 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -7,19 +7,20 @@ ranger - visual file manager
 
 =head1 SYNOPSIS
 
-B<ranger> [I<options>] [I<path/filename>]
+B<ranger> [B<--help>] [B<--version>] [B<--debug>] [B<--clean>]
+[B<--list-unused-keys>] [B<--fail-unless-cd>] [B<--choosedir>=I<targetfile>]
+[B<--choosefile>=I<targetfile>] [B<--copy-config>=I<file>] [B<--mode>=I<mode>]
+[B<--flags>=I<flags>] [I<path/filename>]
 
 
 
 
 =head1 DESCRIPTION
 
-Ranger is a file manager with an ncurses front-end written in Python.
-
-It is designed to give you a broader overview of the file system by displaying
-previews and backviews, dividing the screen into several columns.  The
-key bindings are similar to those of other console programs like B<vim>,
-B<mutt> or B<ncmpcpp> so the usage will be intuitive and efficient.
+ranger is a file manager with VI key bindings.  It provides a minimalistic yet
+nice curses interface with a view on the directory hierarchy.  The secondary
+task of ranger is to psychically guess which program you want to use for
+opening particular files.
 
 
 
@@ -28,14 +29,6 @@ B<mutt> or B<ncmpcpp> so the usage will be intuitive and efficient.
 
 =over 14
 
-=item B<--verison>
-
-Print the version and exit.
-
-=item B<-h>, B<--help>
-
-Print a list of options and exit.
-
 =item B<-d>, B<--debug>
 
 Activate the debug mode: Whenever an error occurs, ranger will exit and print a
@@ -71,7 +64,7 @@ List common keys which are not bound to any action in the "browser" context.
 This list is not complete, you can bind any key that is supported by curses:
 use the key code returned by C<getch()>.
 
-=item B<--fail-unless-c>d
+=item B<--fail-unless-cd>
 
 Return the exit code 1 if ranger is used to run a file instead of used for file
 browsing. (For example, "ranger --fail-unless-cd test.txt" returns 1.)
@@ -87,6 +80,14 @@ When a filename is supplied, run it with the given I<flags> to modify
 behavior.  The execution of this file type is explicitly handled in the
 configuration.
 
+=item B<--version>
+
+Print the version and exit.
+
+=item B<-h>, B<--help>
+
+Print a list of options and exit.
+
 =back
 
 
@@ -168,7 +169,7 @@ Note: The bookmarks ' (Apostrophe) and ` (Backtick) are the same.
 
 =head2 FLAGS
 
-Flags give you a way to modify the behaviour of the spawned process.  They are
+Flags give you a way to modify the behavior of the spawned process.  They are
 used in the commands :open_with (key "r") and :shell (key "!").
 
  s   Silent mode.  Output will be discarded.