ranger (version 1.6.1)
index
../../ranger/__init__.py

A console file manager with VI key bindings.
 
It provides a minimalistic and nice curses interface with a view on the
directory hierarchy.  The secondary task of ranger is to figure out which
program you want to use to open your files with.

 
Package Contents
       
api (package)
colorschemes (package)
config (package)
container (package)
core (package)
ext (package)
fsobject
gui (package)

 
Functions
       
log(*objects, **keywords)
Writes objects to a logfile (for the purpose of debugging only.)
Has the same arguments as print() in python3.
log_traceback()

 
Data
        CONFDIR = '~/.config/ranger'
DEFAULT_PAGER = 'less'
LOGFILE = '/tmp/ranger_errorlog'
MACRO_DELIMITER = '%'
MAX_RESTORABLE_TABS = 3
RANGERDIR = '../../ranger'
TICKS_BEFORE_COLLECTING_GARBAGE = 100
TIME_BEFORE_FILE_BECOMES_GARBAGE = 1200
USAGE = '%prog [options] [path]'
VERSION = 'ranger-stable 1.6.1\n\nPython 3.4.0 (default, Mar ...014, 22:57:51) \n[GCC 4.8.2 20140206 (prerelease)]'
__email__ = 'hut@lavabit.com'
__license__ = 'GPL3'
__maintainer__ = 'Roman Zimbelmann'

 
Author
        Roman Zimbelmann