summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-09-24 23:53:05 +0200
committerhut <hut@lavabit.com>2011-09-24 23:53:05 +0200
commit951afe4b3e9142e9a0ac772f2dd537fee7deca20 (patch)
tree822f577d65e04decfbdb6c1858b79f1219718c30 /doc/ranger.pod
parentc7720fff4fc500dab7cfb2d2b3b63e2b966502d2 (diff)
downloadranger-951afe4b3e9142e9a0ac772f2dd537fee7deca20.tar.gz
doc/ranger.pod: extended the man page
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod519
1 files changed, 461 insertions, 58 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index db3210b2..4bd12889 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -14,12 +14,12 @@ B<ranger> [I<options>] [I<path/filename>]
 
 =head1 DESCRIPTION
 
-Ranger is a file manager with an ncurses frontend written in Python.
+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 keybindings are similar to those of other console programs like
-B<vim>, B<mutt> or B<ncmpcpp> so the usage will be intuitive and efficient.
+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.
 
 
 
@@ -30,52 +30,56 @@ B<vim>, B<mutt> or B<ncmpcpp> so the usage will be intuitive and efficient.
 
 =item B<--verison>
 
-print the version and exit
+Print the version and exit.
 
 =item B<-h>, B<--help>
 
-print a list of options and exit
+Print a list of options and exit.
 
 =item B<-d>, B<--debug>
 
-activate the debug mode: Whenever an erroroccurs, ranger will exit and
-print a full backtrace.  The default behaviour is to merely print the name
-of the exception in the statusbar/log and try to keep running.
+Activate the debug mode: Whenever an error occurs, ranger will exit and print a
+full traceback.  The default behavior is to merely print the name of the
+exception in the statusbar/log and try to keep running.
 
 =item B<-c>, B<--clean>
 
 Activate the clean mode:  Ranger will not access or create any configuration
-files nor will it leave any traces on your system.  This is useful when
-your configuration is broken, when you want to avoid clutter, etc.
+files nor will it leave any traces on your system.  This is useful when your
+configuration is broken, when you want to avoid clutter, etc.
 
 =item B<--choosefile>=I<targetfile>
 
-Allows you to pick a file with ranger.  This changes the behaviour so that when you open a file, ranger will exit and write the name of that file into I<targetfile>.
+Allows you to pick a file with ranger.  This changes the behavior so that when
+you open a file, ranger will exit and write the name of that file into
+I<targetfile>.
 
 =item B<--choosedir>=I<targetfile>
 
-Allows you to pick a directory with ranger.  When you exit ranger, it will write the last visited directory into I<targetfile>.
+Allows you to pick a directory with ranger.  When you exit ranger, it will
+write the last visited directory into I<targetfile>.
 
 =item B<--copy-config>=I<file>
 
 Create copies of the default configuration files in your local configuration
-directory.  Existing ones will not be overwritten.  Possible values:
-I<all>, I<apps>, I<commands>, I<keys>, I<options>, I<scope>.
+directory.  Existing ones will not be overwritten.  Possible values: I<all>,
+I<apps>, I<commands>, I<keys>, I<options>, I<scope>.
 
 =item B<--fail-unless-c>d
 
-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.)
+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.)
 
 =item B<-m> I<n>, B<--mode>=I<n>
 
 When a filename is supplied, run it in mode I<n>.  This has no effect unless
-the execution of this filetype is explicitly handled in the configuration.
+the execution of this file type is explicitly handled in the configuration.
 
 =item B<-f> I<flags>, B<--flags>=I<flags>
 
-When a filename is supplied, run it with the given I<flags> to modify behaviour.
-the execution of this filetype is explicitly handled in the configuration.
+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.
 
 =back
 
@@ -84,6 +88,14 @@ the execution of this filetype is explicitly handled in the configuration.
 
 =head1 KEY BINDINGS
 
+Many key bindings take an additional numeric argument.  Type I<5j> to move
+down 5 lines, I<2l> to open a file in mode 2, I<10<SpaceE<gt>> to mark 10 files
+or I<3?> to read the third chapter of the documentation.
+
+Key bindings can be changed.  Detailed instructions for this are in the
+key binding configuration file at ranger/defaults/keys.py. You can copy it to
+your local configuration directory with the --copy-config option.
+
 =over 14
 
 =item h, j, k, l
@@ -128,9 +140,9 @@ Cut the selection to the "copy" buffer and mark them as to be moved
 
 =item pp
 
-Paste the files from the "copy" buffer here (by moving or copying, depending
-on how they are marked.) By default, this will not overwrite existing files.
-To overwrite them, use I<po>.
+Paste the files from the "copy" buffer here (by moving or copying, depending on
+how they are marked.) By default, this will not overwrite existing files.  To
+overwrite them, use I<po>.
 
 =item mI<X>
 
@@ -143,8 +155,8 @@ Move to the bookmark with the name I<X>
 =item n, N
 
 Find the next file.  By default, this gets you to the newest file in the
-directory, but if you search something using the keys /, cm, ct, ..., it will get
-you to the next found entry.
+directory, but if you search something using the keys /, cm, ct, ..., it will
+get you to the next found entry.
 
 =item N
 
@@ -156,7 +168,8 @@ Change the sort method (like in mutt)
 
 =item zI<X>
 
-Change settings.  See the settings section for a list of settings and their hotkey.
+Change settings.  See the settings section for a list of settings and their
+hotkey.
 
 =item f
 
@@ -170,7 +183,7 @@ Mark a file.
 
 Toggle the mark-status of all files, unmark all files.
 
-=item V
+=item V, uv
 
 Unmark all files
 
@@ -178,10 +191,14 @@ Unmark all files
 
 Mark all files in the given direction.  Works just like dI<direction>.
 
+=item u^VI<direction>
+
+Unmark all files in the given direction.  Works just like dI<direction>.
+
 =item gI<N>
 
-Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet,
-it will be created.
+Open a tab. N has to be a number from 0 to 9. If the tab doesn't exist yet, it
+will be created.
 
 =item gn, ^N
 
@@ -205,11 +222,73 @@ Open the console.
 
 =item ?
 
-Opens the help screen with more keybindings and documentation
+Opens the help screen with more key bindings and documentation
 
 =back
 
+=head2 MIDNIGHT COMMANDER-LIKE BINDINGS
+
+=over 14
+
+=item <F1>
+
+Display Help.
+
+=item <F3>
+
+Display the file.
+
+=item <F4>
+
+Edit the file.
 
+=item <F5>
+
+Copy the file.
+
+=item <F6>
+
+Cut the file.
+
+=item <F7>
+
+Open the console with ":mkdir ".
+
+=item <F8>
+
+Prompt for deletion of the selected files.
+
+=item <F10>
+
+Exit ranger.
+
+=back
+
+=head2 READLINE-LIKE BINDINGS IN THE CONSOLE
+
+=over 14
+
+=item ^B, ^F
+
+Move left and right (B for back, F for forward)
+
+=item ^P, ^N
+
+Move up and down (P for previous, N for Next)
+
+=item ^A, ^E
+
+Move to the start or to the end
+
+=item ^D
+
+Delete the current character.
+
+=item ^H
+
+Backspace.
+
+=back
 
 
 =head1 MOUSE BUTTONS
@@ -218,8 +297,8 @@ Opens the help screen with more keybindings and documentation
 
 =item Left Mouse Button
 
-Click on something and you'll move there.
-To run a file, "enter" it, like a directory, by clicking on the preview.
+Click on something and you'll move there.  To run a file, "enter" it, like a
+directory, by clicking on the preview.
 
 =item Right Mouse Button
 
@@ -227,32 +306,330 @@ Enter a directory or run a file.
 
 =item Scroll Wheel
 
-Scroll
+Scrolls up or down.  You can point at the column of the parent directory to
+switch directories.
 
 =back
 
 
 
 
-=head1 COMMANDS
+=head1 SETTINGS
+
+This section lists all built-in settings of ranger.  The valid types for the
+value are in [brackets].  The hotkey to toggle the setting is in <brokets>, if
+a hotkey exists.
+
+Settings can be changed in the file ~/.config/ranger/options.py or on the fly
+with the command B<:set option value>.  Examples: C<:set column_ratios (1,2,3)>, 
+C<:set show_hidden=True>
 
 =over
 
-=item :delete
+=item autosave_bookmarks [bool]
+
+Save bookmarks (used with mX and `X) instantly?  This helps to synchronize
+bookmarks between multiple ranger instances but leads to *slight* performance
+loss.  When false, bookmarks are saved when ranger is exited.
+
+=item collapse_preview [bool] <zc>
+
+When no preview is visible, should the last column be squeezed to make use of
+the whitespace?
+
+=item colorscheme_overlay [python function, None]
+
+An overlay function for colorschemes.  See the default options.py for an
+explanation and an example.
+
+=item colorscheme [string]
+
+Which colorscheme to use?  These colorschemes are available by default:
+B<default>, B<default88>, B<texas>, B<jungle>, B<snow>. Snow is monochrome,
+texas and default88 use 88 colors.
+
+=item column_ratios [tuple, list]
+
+How many columns are there, and what are their relative widths?  For example, a
+value of (1, 1, 1) would mean 3 even sized columns. (1, 1, 1, 1, 4) means 5 columns
+with the preview column being as large as the other columns combined.
+
+=item dirname_in_tabs [bool]
+
+Display the directory name in tabs?
+
+=item display_size_in_main_column [bool]
+
+Display the file size in the main column?
+
+=item display_size_in_status_bar [bool]
+
+Display the file size in the status bar?
+
+=item display_tags_in_all_columns [bool]
+
+Display tags in all columns?
+
+=item draw_bookmark_borders [bool]
+
+Draw borders around the bookmark window?
+
+=item draw_borders [bool]
+
+Draw borders around columns?
+
+=item flushinput [bool] <zi>
+
+Flush the input after each key hit?  One advantage is that when scrolling down
+with "j", ranger stops scrolling instantly when you release the key.  One
+disadvantage is that when you type commands blindly, some keys might get lost.
+
+=item hidden_filter [regular expression]
+
+A regular expression pattern for files which should be hidden.
+
+=item max_console_history_size [integer, None]
+
+How many console commands should be kept in history?
+
+=item max_history_size [integer, None]
+
+How many directory changes should be kept in history?
+
+=item mouse_enabled [bool] <zm>
+
+Enable mouse input?
+
+=item padding_right [bool]
+
+When collapse_preview is on and there is no preview, should there remain a
+little padding on the right?  This allows you to click into that space to run
+the file.
+
+=item preview_directories [bool] <zP>
+
+Preview directories in the preview column?
+
+=item preview_files [bool] <zp>
+
+Preview files in the preview column?
+
+=item preview_script [string, None]
+
+Which script should handle generating previews?  If the file doesn't exist, or
+use_preview_script is off, ranger will handle previews itself by just printing
+the content.
+
+=item save_console_history [bool]
+
+Should the console history be saved on exit?  If disabled, the console history
+is reset when you restart ranger.
+
+=item scroll_offset [integer]
+
+Try to keep this much space between the top/bottom border when scrolling.
+
+=item shorten_title [integer, bool]
+
+Trim the title of the window if it gets long?  The number defines how many
+directories are displayed at once, False turns off this feature.
+
+=item show_cursor [bool]
+
+Always show the terminal cursor?
+
+=item show_hidden_bookmarks [bool]
 
-Destroy all files in the selection with a roundhouse kick.  Ranger will
-ask for a confirmation if you attempt to delete multiple (marked) files or
-non-empty directories.
+Show dotfiles in the bookmark preview window? (Type ')
 
-=item :rename I<newname>
+=item show_hidden [bool] <zh>, <^H>
 
-Rename the current file.  Also try the keybinding A for appending something
+Show hidden files?
+
+=item sort_case_insensitive [bool] <zc>
+
+Sort case-insensitively?  If true, "a" will be listed before "B" even though its ASCII value is higher.
+
+=item sort_directories_first [bool] <zd>
+
+Sort directories first?
+
+=item sort_reverse [bool] <or>
+
+Sort reversed?
+
+=item sort [string] <oa>, <ob>, <oc>, <om>, <on>, <ot>, <os>
+
+Which sorting mechanism should be used?  Choose one of B<atime>, B<basename>,
+B<ctime>, B<mtime>, B<natural>, B<type>, B<size>
+
+Note: You can reverse the order by using an uppercase O in the key combination.
+
+=item tilde_in_titlebar [bool]
+
+Abbreviate $HOME with ~ in the title bar (first line) of ranger?
+
+=item unicode_ellipsis [bool]
+
+Use a unicode "..." character instead of "~" to mark cut-off filenames?
+
+=item update_title [bool]
+
+Set a window title?
+
+=item use_preview_script [bool] <zv>
+
+Use the preview script defined in the setting I<preview_script>?
+
+=item xterm_alt_key [bool]
+
+Enable this if key combinations with the Alt Key don't work for you.
+(Especially on xterm)
+
+=back
+
+
+=head1 COMMANDS
+
+=over 2
+
+=item cd [I<directory>]
+
+The cd command changes the directory.  The command C<:cd -> is equivalent to
+typing ``.
+
+=item chmod I<octal_number>
+
+Sets the permissions of the selection to the octal number.
+
+The octal number is between 000 and 777. The digits specify the permissions for
+the user, the group and others.  A 1 permits execution, a 2 permits writing, a
+4 permits reading.  Add those numbers to combine them. So a 7 permits
+everything.
+
+Key bindings in the form of [-+]<who><what> and =<octal> also exist.  For
+example, B<+ar> allows reading for everyone, -ow forbids others to write and
+=777 allows everything.
+
+See also: man 1 chmod
+
+=item delete [I<confirmation>]
+
+Destroy all files in the selection with a roundhouse kick.  Ranger will ask for
+a confirmation if you attempt to delete multiple (marked) files or non-empty
+directories.
+
+When asking for confirmation, this command will only proceed if the last given
+word starts with a `y'.
+
+=item edit [I<filename>]
+
+Edit the current file or the file in the argument.
+
+=item eval I<python_code>
+
+Evaluates the python code.  `fm' is a reference to the FM instance.  To display
+text, use the function `p'.
+
+Examples:
+ :eval fm
+ :eval len(fm.env.directories)
+ :eval p("Hello World!")
+
+=item filter [I<string>]
+
+Displays only the files which contain the I<string> in their basename.
+
+=item find I<pattern>
+
+Search files in the current directory that match the given (case-insensitive)
+regular expression pattern as you type.  Once there is an unambiguous result,
+it will be run immediately. (Or entered, if it's a directory.)
+
+=item grep I<pattern>
+
+Looks for a string in all marked files or directories.
+
+=item load_copy_buffer
+
+Load the copy buffer from I<confdir/copy_buffer>.  This can be used to pass the
+list of copied files to another ranger instance.
+
+=item mark I<pattern>
+
+Mark all files matching the regular expression pattern.
+
+=item mkdir I<dirname>
+
+Creates a directory with the name I<dirname>.
+
+=item open_with [I<application>] [I<flags>] [I<mode>]
+
+Open the selected files with the given application, unless it is omitted, in
+which case the default application is used.  I<flags> are characters out of
+"sdpcwSDPCW" and I<mode> is any positive integer. Their meanings are discussed
+in their own sections.
+
+=item quit
+
+Like quit!, but closes only this tab if multiple tabs are open.
+
+=item quit!
+
+Quit ranger.  The current directory will be bookmarked as ' so you can re-enter
+it by typing `` or '' the next time you start ranger.
+
+=item rename I<newname>
+
+Rename the current file.  If a file with that name already exists, it will be
+overwritten without notice.  Also try the key binding A for appending something
 to a file name.
 
-=item :quit
+=item save_copy_buffer
+
+Save the copy buffer from I<~/.config/ranger/copy_buffer>.  This can be used to
+pass the list of copied files to another ranger instance.
+
+=item search I<pattern>
+
+Search files in the current directory that match the given (case insensitive)
+regular expression pattern.
+
+=item search_inc I<pattern>
+
+Search files in the current directory that match the given (case insensitive)
+regular expression pattern.  This command gets you to matching files as you
+type.
+
+=item set I<option>=I<value>
+
+Assigns a new value to an option.  Valid options are listed in the settings
+section.  Use tab completion to get the current value of an option, though this
+doesn't work for functions and regular expressions. Valid values are:
 
-Quit ranger.  The current directory will be bookmarked as ' so you can
-re-enter it by typing `` or '' the next time you start ranger.
+ None           None
+ bool           True or False
+ list           [1, 2, 3]
+ tuple          1, 2, 3 or (1, 2, 3)
+ function       lambda <arguments>: <expression>
+ regexp         regexp('<regexp>')
+ string         Anything
+
+=item shell [-I<flags>] I<command>
+
+Run a shell command.  I<flags> are discussed in their own section.
+
+=item terminal
+
+Spawns the I<x-terminal-emulator> starting in the current directory.
+
+=item touch I<filename>
+
+Creates an empty file with the name I<filename>, unless it already exists.
+
+=item unmark I<pattern>
+
+Unmark all files matching a regular expression pattern.
 
 =back
 
@@ -263,18 +640,17 @@ re-enter it by typing `` or '' the next time you start ranger.
 
 ranger reads several configuration files which are located in
 $HOME/.config/ranger or $XDG_CONFIG_HOME/ranger if $XDG_CONFIG_HOME is defined.
-The configuration is done mostly in python.  (Note that python files get
-compiled and the compiled files are stored in your configuration directory too.
+The configuration is done mostly in python.  When removing a configuration file,
+remove its compiled version too.  (Python automatically compiles modules.
 Since python3 they are saved in the __pycache__ directory, earlier versions
-store them with the .pyc extension in the same directory.)  When removing a
-config file, remove the compiled file too.
+store them with the .pyc extension in the same directory.)
 
 Use the --copy-config option to obtain the default configuration files.  They
 include further documentation and it's too much to put here.
 
 You don't need to copy the whole file though, most configuration files are
-overlayed on top of the defaults (options.py, command.py, keys.py) or can be
-subclassed (apps.py, colorschemes).
+overlaid on top of the defaults (options.py, command.py, keys.py) or can be
+sub-classed (apps.py, colorschemes).
 
 =head2 CONFIGURATION
 
@@ -290,7 +666,7 @@ Defines commands which can be used by typing ":".
 
 =item keys.py
 
-Defines keybindings.
+Defines key bindings.
 
 =item options.py
 
@@ -298,7 +674,11 @@ Sets a handful of basic options.
 
 =item scope.sh
 
-This is a script that handles file previews.  When the options I<use_preview_script> and I<preview_files> or, respectively, I<preview_directories> are set, the program specified in the option I<preview_script> is run and its output and/or exit code determines rangers reaction.
+This is a script that handles file previews.  When the options
+I<use_preview_script> and I<preview_files> or, respectively,
+I<preview_directories> are set, the program specified in the option
+I<preview_script> is run and its output and/or exit code determines rangers
+reaction.
 
 =item colorschemes/
 
@@ -310,16 +690,31 @@ Colorschemes can be placed here.
 
 =over 10
 
-=item tagged
+=item bookmarks
 
-Contains a list of tagged files. The syntax is /^(.:)?(.*)$/ where the first
-letter is the optional name of the tag and the rest after the optional colon is
-the path to the file.
+This file contains a list of bookmarks.  The syntax is /^(.):(.*)$/. The first
+character is the bookmark key and the rest after the colon is the path to the
+file.  In ranger, bookmarks can be set by typing m<key>, accessed by typing
+'<key> and deleted by typing um<key>.
+
+=item copy_buffer
+
+When running the command :save_copy_buffer, the paths of all currently copied
+files are saved in this file.  You can later run :load_copy_buffer to copy the
+same files again, pass them to another ranger instance or process them in a
+script.
 
 =item history
 
 Contains a list of commands that have been previously typed in.
 
+=item tagged
+
+Contains a list of tagged files. The syntax is /^(.:)?(.*)$/ where the first
+letter is the optional name of the tag and the rest after the optional colon is
+the path to the file.  In ranger, tags can be set by pressing t and removed
+with T.  To assign a named tag, type "<tagname>.
+
 =back
 
 
@@ -386,7 +781,7 @@ back to the original one.
 
 
 
-=head1 LICSENSE
+=head1 LICENSE
 
 GNU General Public License 3 or (at your option) any later version.
 
@@ -405,10 +800,18 @@ GNU General Public License 3 or (at your option) any later version.
 
 =back
 
+ranger is maintained with the git version control system.  To fetch a fresh
+copy, run:
+
+ git clone git://git.savannah.nongnu.org/ranger.git
+
 
 
 
 =head1 BUGS
 
-Please report them here and include as much relevant information as possible: 
-L<http://savannah.nongnu.org/bugs/?group=ranger>
+Please report bugs here: L<http://savannah.nongnu.org/bugs/?group=ranger>
+
+In many cases, ranger prints more diagnostics information when you run it with
+the B<--debug> option. Please include as much relevant information as possible.
+