Module: Hbtrack

Defined in:
lib/hbtrack/config.rb,
lib/hbtrack/util.rb,
lib/hbtrack/cli/cli.rb,
lib/hbtrack/command.rb,
lib/hbtrack/version.rb,
lib/hbtrack/cli/view.rb,
lib/hbtrack/error_handler.rb,
lib/hbtrack/database/model.rb,
lib/hbtrack/stat_formatter.rb,
lib/hbtrack/command/add_command.rb,
lib/hbtrack/command/list_command.rb,
lib/hbtrack/command/show_command.rb,
lib/hbtrack/database/sequel_store.rb,
lib/hbtrack/command/import_command.rb,
lib/hbtrack/command/remove_command.rb,
lib/hbtrack/command/update_command.rb,
lib/hbtrack/importer/hbtrack_importer.rb,
lib/hbtrack/importer/streaks_importer.rb,
lib/hbtrack/importer/abstract_importer.rb

Overview

Configuration for the application.

Defined Under Namespace

Modules: CLI, Database, Importer, Util Classes: AddCommand, Command, CompleteSF, CompletionRateSF, DoneUndoneSF, ErrorHandler, ImportCommand, ListCommand, RemoveCommand, ShowCommand, UpdateCommand

Constant Summary collapse

TEST_FILE =

File to read during testing

'test/test_data'
OUTPUT_FILE =

File to write to during testing

'test/test_output'
FILE_NAME =

File to store your data

Dir.home + '/.habit'
DB_PATH =

DB file

Dir.home + '/.habit.db'
VERSION =
'0.0.8'