ranger.actions
index
/home/hut/ranger/ranger/actions.py

# Copyright (c) 2009, 2010 hut <hut@lavabit.com>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

 
Modules
       
ranger.gui.widgets.console_mode
ranger.fsobject
os
ranger
shutil

 
Classes
       
ranger.shared.EnvironmentAware(ranger.shared.Awareness)
Actions(ranger.shared.EnvironmentAware, ranger.shared.settings.SettingsAware)
ranger.shared.settings.SettingsAware(__builtin__.object)
Actions(ranger.shared.EnvironmentAware, ranger.shared.settings.SettingsAware)

 
class Actions(ranger.shared.EnvironmentAware, ranger.shared.settings.SettingsAware)
    
Method resolution order:
Actions
ranger.shared.EnvironmentAware
ranger.shared.Awareness
ranger.shared.settings.SettingsAware
__builtin__.object

Methods defined here:
cd(self, path, remember=True)
enter the directory at the given path, remember=True
copy(self)
Copy the selected items
cut(self)
delete(self)
display_command_help(self, console_widget)
display_file(self)
display_help(self, topic='index', narg=None)
display_log(self)
edit_file(self, file=None)
Calls execute_file with the current file and app='editor'
enter_bookmark(self, key)
Enter the bookmark with the name <key>
enter_dir(self, path, remember=False)
Enter the directory at the given path
execute_command(self, cmd, **kw)
execute_file(self, files, **kw)
Execute a file.
app is the name of a method in Applications, without the "app_"
flags is a string consisting of runner.ALLOWED_FLAGS
mode is a positive integer.
Both flags and mode specify how the program is run.
exit(self)
Exit the program
force_load_preview(self)
handle_mouse(self)
Handle mouse-buttons if one was pressed
history_go(self, relative)
Move back and forth in the history
mark(self, all=False, toggle=False, val=None, movedown=None, narg=1)
A wrapper for the directory.mark_xyz functions.
 
Arguments:
all - change all files of the current directory at once?
toggle - toggle the marked-status?
val - mark or unmark?
mkdir(self, name)
move_left(self, narg=1)
Enter the parent directory
move_pointer(self, relative=0, absolute=None, narg=None)
Move the pointer down by <relative> or to <absolute>
move_pointer_by_pages(self, relative)
Move the pointer down by <relative> pages
move_pointer_by_percentage(self, relative=0, absolute=None, narg=None)
Move the pointer down by <relative>% or to <absolute>%
move_right(self, mode=0, narg=None)
Enter the current directory or execute the current file
notify(