Module: Alx

Defined in:
lib/alx/book.rb,
lib/alx/editor.rb,
lib/alx/viewer.rb,
lib/alx/handler.rb,
lib/alx/library.rb,
lib/alx/version.rb,
lib/alx/executer.rb,
lib/alx/renderer.rb,
lib/alx/controller.rb,
lib/alx/add_handler.rb,
lib/alx/help_handler.rb,
lib/alx/list_handler.rb,
lib/alx/show_handler.rb,
lib/alx/configuration.rb,
lib/alx/remove_handler.rb

Defined Under Namespace

Modules: Executer Classes: AddHandler, Book, Configuration, Controller, Editor, Handler, HelpHandler, Library, ListHandler, RemoveHandler, Renderer, ShowHandler, Viewer

Constant Summary collapse

VERSION =
"0.0.1"
CONF_BASE_DIR =
".alx"
CONF_FILE =
"conf"
LIB_BASE_DIR =
"library"
DEFAULT_SHELF =
"home"
DEFAULT_CONFIG =
{
  :editor => 'vim',
  :html_viewer => 'elinks',
  :terminal_viewer => 'less -R',
}