Module Termtter
In: lib/plugins/another_prompt.rb
lib/plugins/ar.rb
lib/plugins/bomb.rb
lib/plugins/channel.rb
lib/plugins/db.rb
lib/plugins/defaults/command_line.rb
lib/plugins/defaults/stdout.rb
lib/plugins/grass.rb
lib/plugins/keyword.rb
lib/plugins/list_switch.rb
lib/plugins/open.rb
lib/plugins/screen.rb
lib/plugins/sl.rb
lib/termtter.rb
lib/termtter/active_rubytter.rb
lib/termtter/api.rb
lib/termtter/client.rb
lib/termtter/command.rb
lib/termtter/config.rb
lib/termtter/config_setup.rb
lib/termtter/event.rb
lib/termtter/hook.rb
lib/termtter/hookable.rb
lib/termtter/httppool.rb
lib/termtter/memory_cache.rb
lib/termtter/optparse.rb
lib/termtter/rubytter_proxy.rb
lib/termtter/task.rb
lib/termtter/task_manager.rb

Extention Core

Classes and Modules

Module Termtter::API
Module Termtter::Client
Module Termtter::ConfigSetup
Module Termtter::English
Module Termtter::HTTPpool
Module Termtter::Hookable
Module Termtter::OptParser
Module Termtter::Plugin
Module Termtter::Plugins
Module Termtter::Storage
Class Termtter::ActiveRubytter
Class Termtter::Command
Class Termtter::CommandCanceled
Class Termtter::CommandLine
Class Termtter::CommandNotFound
Class Termtter::Config
Class Termtter::Event
Class Termtter::Hook
Class Termtter::HookCanceled
Class Termtter::MemoryCache
Class Termtter::RubytterProxy
Class Termtter::Status
Class Termtter::StdOut
Class Termtter::Task
Class Termtter::TaskManager
Class Termtter::TypableIdGenerator

Constants

VERSION = File.read(File.join(File.dirname(__FILE__), '../VERSION')).strip
APP_NAME = 'termtter'
CONF_DIR = File.expand_path('~/.termtter') unless defined? CONF_DIR
CONF_FILE = File.join(Termtter::CONF_DIR, 'config') unless defined? CONF_FILE

[Validate]