From b3556b21e23eb3381b220e0d3319d94b3a89e0ac Mon Sep 17 00:00:00 2001
From: hut
Date: Wed, 13 Jan 2010 05:51:27 +0100
Subject: updated pydoc documentation
---
doc/pydoc/ranger.gui.widgets.console.html | 36 +++++++++++++++++++------------
1 file changed, 22 insertions(+), 14 deletions(-)
(limited to 'doc/pydoc/ranger.gui.widgets.console.html')
diff --git a/doc/pydoc/ranger.gui.widgets.console.html b/doc/pydoc/ranger.gui.widgets.console.html
index 87ed81c0..014dfcc7 100644
--- a/doc/pydoc/ranger.gui.widgets.console.html
+++ b/doc/pydoc/ranger.gui.widgets.console.html
@@ -20,7 +20,8 @@ commands, searching and executing files.
| |
|
+
string
+ | |
@@ -331,7 +332,7 @@ Methods inherited from ranger.shared.settings.SettingsAware:
-- settings = <ranger.ext.openstruct.OpenStruct object at 0x7f20a718ad90>
+- settings = <ranger.ext.openstruct.OpenStruct object at 0x7f28d0aa5bd0>
@@ -470,22 +471,26 @@ Methods inherited from ranger.shared.settings.SettingsAware:
-- settings = <ranger.ext.openstruct.OpenStruct object at 0x7f20a718ad90>
+- settings = <ranger.ext.openstruct.OpenStruct object at 0x7f28d0aa5bd0>
-class OpenConsole(Console) |
+class OpenConsole(ConsoleWithTab)
|
The OpenConsole allows you to execute shell commands:
!vim * will run vim and open all files in the directory.
+%f will be replaced with the basename of the highlighted file
+%s will be selected with all files in the selection
+
There is a special syntax for more control:
!d! mplayer will run mplayer with flags (d means detached)
!@ mplayer will open the selected files with mplayer
+ (equivalent to !mplayer %s)
those two can be combinated:
@@ -496,6 +501,7 @@ of ranger.applications. |
|
- Method resolution order:
- OpenConsole
+- ConsoleWithTab
- Console
- ranger.gui.widgets.Widget
- ranger.gui.displayable.Displayable
@@ -516,6 +522,10 @@ Methods defined here:
Data and other attributes defined here:
- prompt = '!'
+
+Methods inherited from ConsoleWithTab:
+- tab(self, n=1)
+
Methods inherited from Console:
- __init__(self, win)
@@ -548,8 +558,6 @@ Methods inherited from Console
- press(self, key)
-- tab(self)
-
- type_key(self, key)
@@ -626,7 +634,7 @@ Methods inherited from ranger.shared.settings.SettingsAware:
-- settings = <ranger.ext.openstruct.OpenStruct object at 0x7f20a718ad90>
+- settings = <ranger.ext.openstruct.OpenStruct object at 0x7f28d0aa5bd0>
|
@@ -784,7 +792,7 @@ Methods inherited from ranger.shared.settings.SettingsAware:
-- settings = <ranger.ext.openstruct.OpenStruct object at 0x7f20a718ad90>
+- settings = <ranger.ext.openstruct.OpenStruct object at 0x7f28d0aa5bd0>
@@ -933,7 +941,7 @@ Methods inherited from ranger.shared.settings.SettingsAware:
-- settings = <ranger.ext.openstruct.OpenStruct object at 0x7f20a718ad90>
+- settings = <ranger.ext.openstruct.OpenStruct object at 0x7f28d0aa5bd0>
@@ -1074,7 +1082,7 @@ Methods inherited from ranger.shared.settings.SettingsAware:
-- settings = <ranger.ext.openstruct.OpenStruct object at 0x7f20a718ad90>
+- settings = <ranger.ext.openstruct.OpenStruct object at 0x7f28d0aa5bd0>