Module: TheFox::Timr
- Defined in:
- lib/timr/timr.rb,
lib/timr/table.rb,
lib/timr/status.rb,
lib/timr/version.rb,
lib/timr/duration.rb,
lib/timr/model/task.rb,
lib/timr/model/stack.rb,
lib/timr/model/track.rb,
lib/timr/progressbar.rb,
lib/timr/model/config.rb,
lib/timr/model/basic_model.rb,
lib/timr/simple_opt_parser.rb,
lib/timr/command/log_command.rb,
lib/timr/command/pop_command.rb,
lib/timr/model/foreign_id_db.rb,
lib/timr/command/help_command.rb,
lib/timr/command/push_command.rb,
lib/timr/command/stop_command.rb,
lib/timr/command/task_command.rb,
lib/timr/exception/timr_error.rb,
lib/timr/command/basic_command.rb,
lib/timr/command/pause_command.rb,
lib/timr/command/reset_command.rb,
lib/timr/command/start_command.rb,
lib/timr/command/track_command.rb,
lib/timr/command/report_command.rb,
lib/timr/command/status_command.rb,
lib/timr/helper/datetime_helper.rb,
lib/timr/helper/terminal_helper.rb,
lib/timr/command/version_command.rb,
lib/timr/command/continue_command.rb,
lib/timr/helper/translation_helper.rb
Defined Under Namespace
Modules: Command, Error, Helper, Model Classes: Duration, ProgressBar, SimpleOptParser, Status, Table, Timr
Constant Summary collapse
- NAME =
'Timr'
- VERSION =
'0.6.0'
- DATE =
'2017-04-17'
- HOMEPAGE =
'https://github.com/TheFox/timr'
- MODEL_DATETIME_FORMAT =
'%FT%T%z'
- HUMAN_DATETIME_FOMRAT =
'%F %T %z'