summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorM Rawash <mrawash@gmail.com>2011-12-11 21:58:02 +0200
committerM Rawash <mrawash@gmail.com>2011-12-11 22:01:52 +0200
commitd6e61b1d3004ce58fc58a9d6035498b13e6f2089 (patch)
treebacb6f69e2049b88ce9d802ba67323089873720f /doc/ranger.pod
parentf206876a66deb57eb27058c35e69c411e5171f01 (diff)
downloadranger-d6e61b1d3004ce58fc58a9d6035498b13e6f2089.tar.gz
Added documentation for new flags
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 8943b476..e261ca60 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -190,11 +190,16 @@ used in the commands :open_with (key "r") and :shell (key "!").
  p   Redirect output to the pager
  w   Wait for an Enter-press when the process is done
  c   Run the current file only, instead of the selection
+ r   Run application with root privilege (requires sudo) 
+ t   Run application in a new terminal window
 
 By default, all the flags are off unless specified otherwise in the F<apps.py>
 configuration file.  You can specify as many flags as you want.  An uppercase
 flag negates the effect: "ddcccDs" is equivalent to "cs".
 
+The "t" flag looks for the environment variable TERMCMD, and uses it as the
+terminal command, if it's not set it'll use xterm.
+
 Examples: C<:open_with p> will pipe the output of that process into
 the pager.  C<:shell -w df> will run "df" and wait for you to press Enter before
 switching back to ranger.