ranger.__main__ (version 1.0.4)
index
/home/hut/ranger/ranger/__main__.py

# coding=utf-8
#
# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

 
Modules
       
ranger.ext.curses_interrupt_handler
os
ranger
sys

 
Functions
       
load_settings(fm, clean)
main()
initialize objects and run the filemanager
parse_arguments()
Parse the program arguments
signal(...)
signal(sig, action) -> action
 
Set the action for the given signal.  The action can be SIG_DFL,
SIG_IGN, or a callable Python object.  The previous action is
returned.  See getsignal() for possible return values.
 
*** IMPORTANT NOTICE ***
A signal handler function is called with two arguments:
the first is the signal number, the second is the interrupted stack frame.

 
Data
        DEFAULT_CONFDIR = '~/.ranger'
LC_ALL = 6
SIGINT = 2
SUPPRESS_HELP = 'SUPPRESSHELP'
USAGE = '%prog [options] [path/filename]'
__version__ = '1.0.4'