diff options
author | hut <hut@lavabit.com> | 2013-04-30 02:47:31 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-04-30 02:47:31 +0200 |
commit | 58aa2b4541100201e91934a807c024d81142a258 (patch) | |
tree | 7ce340b180a2721349d45eee870e23b5c6ea546f /doc/ranger.pod | |
parent | 89413ffe6da4f6ebc7663a678eb91f3cd6f1f374 (diff) | |
download | ranger-58aa2b4541100201e91934a807c024d81142a258.tar.gz |
doc/ranger.1: put a list of resources at the top
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 36 |
1 files changed, 23 insertions, 13 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index ac9970c5..3a3c9052 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -19,19 +19,29 @@ B<ranger> [B<--version>] [B<--help>] [B<--debug>] [B<--clean>] =head1 DESCRIPTION -ranger is a console file manager with VI key bindings. It provides a -minimalistic and nice curses interface with a view on the directory hierarchy. -The secondary task of ranger is to figure out which program you want to use to -open your files with. - -This manual mainly contains information on the usage of ranger. Refer to the -F<README> for install instructions and to F<doc/HACKING> for development -specific information. For configuration, see the files in F<ranger/config>. -They are usually installed to F</usr/lib/python*/site-packages/ranger/config> -and can be obtained with ranger's --copy-config option. - -Inside ranger, you can press I<1?> for a list of key bindings, I<2?> for a list -of commands and I<3?> for a list of settings. +ranger is a console file manager with VI key bindings. + + + + +=head1 RESOURCES + +I<This manual> contains instructions on how to use and configure ranger. + +I<Inside ranger>, you can press I<1?> for a list of key bindings, I<2?> for +commands and I<3?> for settings. + +The F<README> contains install instructions. + +The file F<doc/HACKING> contains guidelines for code modification. + +The directory F<doc/configs> contains configuration files. They are usually +installed to F</usr/lib/python*/site-packages/ranger/config> and can be +obtained with ranger's --copy-config option. + +The man page of rifle(1) describes the functions of the file opener + +The section I<LINKS> of this man page contains further resources. |