ranger.defaults.apps
index
/home/hut/work/ranger/ranger/defaults/apps.py

 
Classes
       
ranger.applications.Applications(builtins.object)
CustomApplications

 
class CustomApplications(ranger.applications.Applications)
    
Method resolution order:
CustomApplications
ranger.applications.Applications
builtins.object

Methods defined here:
app_aunpack(self, **kw)
app_default(self, **kw)
# How to determine the default application? {{{
app_editor = app_vim(self, **kw)
app_evince(self, **kw)
app_feh(self, **kw)
app_mplayer(self, **kw)
app_pager(self, **kw)
app_vim(self, **kw)

Methods inherited from ranger.applications.Applications:
all(self)
Returns a list with all application functions
get(self, app)
Looks for an application, returns app_default if it doesn't exist
has(self, app)
Returns whether an application is defined

Data descriptors inherited from ranger.applications.Applications:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)