ranger (version 1.5.4)
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)
container (package)
core (package)
defaults (package)
ext (package)
fsobject (package)
gui (package)

 
Data
        CONFDIR = '~/.config/ranger'
LOGFILE = '/tmp/ranger_errorlog'
MACRO_DELIMITER = '%'
RANGERDIR = '../../ranger'
STABLE = True
TICKS_BEFORE_COLLECTING_GARBAGE = 100
TIME_BEFORE_FILE_BECOMES_GARBAGE = 1200
USAGE = '%prog [options] [path/filename]'
__author__ = 'Roman Zimbelmann'
__email__ = 'romanz@lavabit.com'
__license__ = 'GPL3'
__maintainer__ = 'Roman Zimbelmann'
__version__ = '1.5.4'

 
Author
        Roman Zimbelmann