Module: Breaktime
- Defined in:
- lib/breaktime.rb,
lib/breaktime/dialog.rb,
lib/breaktime/version.rb
Overview
The encapsulating module for the breaktime gem.
Breaktime gives you regular screen breaks on a schedule that you choose.
This should be run as the command line tool ‘breaktime`. For more information try running `breaktime –help`.
Defined Under Namespace
Classes: CLI, Command, LinuxWinManager, Main, Schedule
Constant Summary collapse
- EX_OK =
Exit status codes.
0- EX_UNKNOWN =
Everything fine
1- EX_OS_UNKNOWN =
Unknown exception
2- EX_LINUX_WM_UNKNOWN =
Unknown OS
3- EX_SIGNAL =
Unknown window manager (linux)
128- EX_INTERRUPT =
Process signal caught
130- EX_BREAK_DELAYED =
Control-C caught
253- EX_BREAK_CANCELLED =
Delay from the countdown GUI
254- EX_CLI =
Cancel from the countdown GUI
255- VERSION =
"0.1.4"