Package hsh :: Module config
[hide private]
[frames] | no frames]

Module config

Variables [hide private]
  version = 'Development Version'
  conf_dir = '/home/dissent/.hsh'
  jobs_dir = '/home/dissent/.hsh/jobs'
  builtin_suppressor = '+'
  tab_width = 8
  faces = {'Alert.text': (7, 1), 'CommandHistory.highlight': (3,...
  header_input = '%(username)s@%(hostname)s:%(cwd)s\n%(expanded_...
  header_job = '%(username)s@%(hostname)s:%(cwd)s> %(cmd_line)s\...
  listviews = [{'header': '', 'job_filter': <function <lambda> a...
  default_aliases = {'aptitude': 'aptitude #exclusive', 'bye': '...
  __package__ = 'hsh'
Variables Details [hide private]

faces

Value:
{'Alert.text': (7, 1),
 'CommandHistory.highlight': (3, 0),
 'CommandHistory.listjobheader': (7, 0),
 'JobView.header': (7, 4),
 'JobView.headerwrapmark': (6, 4),
 'SearchView.prefix': (7, 5),
 'SearchView.text': (5, 0),
 'default': (7, 0),
...

header_input

Value:
'''%(username)s@%(hostname)s:%(cwd)s
%(expanded_cmd)s
%(completions)s'''

header_job

Value:
'''%(username)s@%(hostname)s:%(cwd)s> %(cmd_line)s
%(expanded_cmd)s
job %(jobid)s, pid %(pid)s %(state)s - showing from line %(display_lin\
e)s/%(total_lines)s - input mode: %(input_mode)s - %(output_tail)s'''

listviews

Value:
[{'header': '',
  'job_filter': <function <lambda> at 0x1ec6410>,
  'job_header_fmt': '''(%(jobid)s) %(username)s@%(hostname)s:%(cwd)s
%(state)s> %(expanded_cmd)s''',
  'name': 'SessionList',
  'show_job_output': True,
  'sync_main_job': True},
 {'header': '    Running Jobs   \n', 'job_filter': <function <lambda> \
...

default_aliases

Value:
{'aptitude': 'aptitude #exclusive',
 'bye': 'exit',
 'gpg': 'gpg #exclusive',
 'history': 'hsh_view CommandHistory',
 'info': 'info #exclusive',
 'jobs': 'hsh_view RunningJobs',
 'logout': 'exit',
 'python': 'python #pty',
...