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

Ranger - file browser for the unix terminal

 
Package Contents
       
__main__
api (package)
colorschemes (package)
container (package)
core (package)
defaults (package)
ext (package)
fsobject (package)
gui (package)
help (package)
shared (package)

 
Functions
       
log(*objects, **keywords)
Writes objects to a logfile (for the purpose of debugging only.)
Has the same arguments as print() in python3.
relpath(*paths)
returns the path relative to rangers library directory
relpath_conf(*paths)
returns the path relative to rangers configuration directory

 
Data
        DEFAULT_CONFDIR = '~/.ranger'
LOGFILE = '/tmp/errorlog'
RANGERDIR = '/home/hut/ranger/ranger'
USAGE = '%prog [options] [path/filename]'
__author__ = 'Roman Zimbelmann'
__copyright__ = '\nCopyright (C) 2009, 2010 Roman Zimbelmann <romanz@lavabit.com>\n'
__credits__ = 'Roman Zimbelmann'
__email__ = 'romanz@lavabit.com'
__license__ = 'GPL3'
__maintainer__ = 'Roman Zimbelmann'
__version__ = '1.0.4'
arg = {'debug': False, 'flags': '', 'mode': 0, 'clean': False, 'confdir': '~/.ranger', 'targets': []}

 
Author
        Roman Zimbelmann

 
Credits
        Roman Zimbelmann