From 34a60763e79546e0f84e30fbcc430632f3dbb39e Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 16 Feb 2010 01:56:21 +0100 Subject: incremented version number and updated pydoc html files --- doc/pydoc/ranger.commands.html | 151 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 136 insertions(+), 15 deletions(-) (limited to 'doc/pydoc/ranger.commands.html') diff --git a/doc/pydoc/ranger.commands.html b/doc/pydoc/ranger.commands.html index 46942090..1238a19b 100644 --- a/doc/pydoc/ranger.commands.html +++ b/doc/pydoc/ranger.commands.html @@ -1,6 +1,6 @@ + Python: module ranger.commands - @@ -8,7 +8,7 @@
 
 
ranger.commands
index
/home/hut/work/ranger/ranger/commands.py
+>index
/home/hut/ranger/ranger/commands.py

# Copyright (c) 2009, 2010 hut <hut@lavabit.com>
#
# Permission to use, copy, modify, and/or distribute this software for any
@@ -48,12 +48,14 @@

cd
chmod
delete +
edit
filter
find
grep
mkdir
quit
rename +
touch
@@ -72,7 +74,7 @@
Command
ranger.shared.FileManagerAware
ranger.shared.Awareness
-
builtins.object
+
__builtin__.object

Methods defined here:
@@ -86,6 +88,8 @@ Methods defined here:

Data and other attributes defined here:
+
allow_abbrev = True
+
name = None

@@ -120,7 +124,7 @@ need to press enter, as soon as there is
Command
ranger.shared.FileManagerAware
ranger.shared.Awareness
-
builtins.object
+
__builtin__.object

Methods defined here:
@@ -136,6 +140,8 @@ Methods inherited from Command:

Data and other attributes inherited from Command:
+
allow_abbrev = True
+
name = None

@@ -172,7 +178,7 @@ Add those numbers to combine them. So a 
Command
ranger.shared.FileManagerAware
ranger.shared.Awareness
-
builtins.object
+
__builtin__.object

Methods defined here:
@@ -188,6 +194,8 @@ Methods inherited from Command:

Data and other attributes inherited from Command:
+
allow_abbrev = True
+
name = None

@@ -222,12 +230,16 @@ use the "current file" (where the cursor is)<
Command
ranger.shared.FileManagerAware
ranger.shared.Awareness
-
builtins.object
+
__builtin__.object

Methods defined here:
execute(self)
+
+Data and other attributes defined here:
+
allow_abbrev = False
+
Methods inherited from Command:
__init__(self, line, mode)
@@ -244,6 +256,54 @@ Data and other attributes inherited from Data and other attributes inherited from ranger.shared.FileManagerAware:
fm = None
+
+Data descriptors inherited from ranger.shared.Awareness:
+
__dict__
+
dictionary for instance variables (if defined)
+
+
__weakref__
+
list of weak references to the object (if defined)
+
+

+ + + + + + + +
Command
ranger.shared.FileManagerAware
ranger.shared.Awareness
-
builtins.object
+
__builtin__.object

Methods defined here:
@@ -326,7 +388,7 @@ Methods defined here:
quick_open(self)
-
tab(self)
+
tab = _tab_directory_content(self)

Data and other attributes defined here:
@@ -338,6 +400,8 @@ Methods inherited from Command:

Data and other attributes inherited from Command:
+
allow_abbrev = True
+
name = None

@@ -368,7 +432,7 @@ Looks for a string in all marked files o
Command
ranger.shared.FileManagerAware
ranger.shared.Awareness
-
builtins.object
+
__builtin__.object

Methods defined here:
@@ -384,6 +448,8 @@ Methods inherited from Command:

Data and other attributes inherited from Command:
+
allow_abbrev = True
+
name = None

@@ -414,7 +480,7 @@ Creates a directory with the name <dirname>.
Command
ranger.shared.FileManagerAware
ranger.shared.Awareness
-
builtins.object
+
__builtin__.object

Methods defined here:
@@ -430,6 +496,8 @@ Methods inherited from Command:

Data and other attributes inherited from Command:
+
allow_abbrev = True
+
name = None

@@ -460,7 +528,7 @@ Quits the program immediately.
 
Command
ranger.shared.FileManagerAware
ranger.shared.Awareness
-
builtins.object
+
__builtin__.object

Methods defined here:
@@ -476,6 +544,8 @@ Methods inherited from Command:

Data and other attributes inherited from Command:
+
allow_abbrev = True
+
name = None

@@ -506,7 +576,7 @@ Changes the name of the currently highlighted 
Command
ranger.shared.FileManagerAware
ranger.shared.Awareness
-
builtins.object
+
__builtin__.object

Methods defined here:
@@ -522,6 +592,56 @@ Methods inherited from Command:

Data and other attributes inherited from Command:
+
allow_abbrev = True
+ +
name = None
+ +
+Data and other attributes inherited from ranger.shared.FileManagerAware:
+
fm = None
+ +
+Data descriptors inherited from ranger.shared.Awareness:
+
__dict__
+
dictionary for instance variables (if defined)
+
+
__weakref__
+
list of weak references to the object (if defined)
+
+
 
+class edit(Command)
   :edit <filename>

+Opens the specified file in vim
 
 
Method resolution order:
+
edit
+
Command
+
ranger.shared.FileManagerAware
+
ranger.shared.Awareness
+
__builtin__.object
+
+
+Methods defined here:
+
execute(self)
+ +
tab(self)
+ +
+Methods inherited from Command:
+
__init__(self, line, mode)
+ +
quick_open(self)
Override this
+ +
+Data and other attributes inherited from Command:
+
allow_abbrev = True
+ +
name = None
+ +
+Data and other attributes inherited from ranger.shared.FileManagerAware:
+
fm = None
+
Data descriptors inherited from ranger.shared.Awareness:
__dict__
@@ -268,7 +328,7 @@ Displays only the files which contain <string&g
Command
ranger.shared.FileManagerAware
ranger.shared.Awareness
-
builtins.object
+
__builtin__.object

Methods defined here:
@@ -284,6 +344,8 @@ Methods inherited from Command:

Data and other attributes inherited from Command:
+
allow_abbrev = True
+
name = None

@@ -318,7 +380,7 @@ the file will be run automatically.
 

+ + + + + + + + -
 
+class touch(Command)
   :touch <fname>

+Creates a file with the name <fname>.
 
 
Method resolution order:
+
touch
+
Command
+
ranger.shared.FileManagerAware
+
ranger.shared.Awareness
+
__builtin__.object
+
+
+Methods defined here:
+
execute(self)
+ +
+Methods inherited from Command:
+
__init__(self, line, mode)
+ +
quick_open(self)
Override this
+ +
tab(self)
Override this
+ +
+Data and other attributes inherited from Command:
+
allow_abbrev = True
+
name = None

@@ -543,8 +663,9 @@ Data descriptors inherited from ranger.sh Functions
       
alias(**kw)
+
alias(**kw)
Create an alias for commands, eg: alias(quit=exit)
command_generator(start)
+
get_command(name, abbrev=True)

@@ -552,5 +673,5 @@ Data descriptors inherited from ranger.sh Data -
       by_name = {'cd': <class 'ranger.commands.cd'>, 'chmod': <class 'ranger.commands.chmod'>, 'delete': <class 'ranger.commands.delete'>, 'filter': <class 'ranger.commands.filter'>, 'find': <class 'ranger.commands.find'>, 'grep': <class 'ranger.commands.grep'>, 'mkdir': <class 'ranger.commands.mkdir'>, 'q': <class 'ranger.commands.quit'>, 'quit': <class 'ranger.commands.quit'>, 'rename': <class 'ranger.commands.rename'>}
+by_name = {'cd': <class 'ranger.commands.cd'>, 'chmod': <class 'ranger.commands.chmod'>, 'delete': <class 'ranger.commands.delete'>, 'edit': <class 'ranger.commands.edit'>, 'filter': <class 'ranger.commands.filter'>, 'find': <class 'ranger.commands.find'>, 'grep': <class 'ranger.commands.grep'>, 'mkdir': <class 'ranger.commands.mkdir'>, 'quit': <class 'ranger.commands.quit'>, 'rename': <class 'ranger.commands.rename'>, ...} \ No newline at end of file -- cgit 1.4.1-2-gfad0