module Ketchup
Defined in:
client_cli.crketchup.cr
ketchup/client.cr
ketchup/config.cr
ketchup/error.cr
ketchup/error_response.cr
ketchup/hooks.cr
ketchup/interrupt_pomodoro_request.cr
ketchup/invalid_params_error.cr
ketchup/ping_request.cr
ketchup/request.cr
ketchup/response.cr
ketchup/server.cr
ketchup/start_break_request.cr
ketchup/start_pomodoro_request.cr
ketchup/state.cr
ketchup/status_request.cr
ketchup/success_response.cr
ketchup/version.cr
server_cli.cr
Constant Summary
-
CONFIG =
File.exists?(CONFIG_FILE) ? Config.from_yaml(File.read(CONFIG_FILE)) : Config.new
-
CONFIG_DIR =
File.join(ENV["XDG_CONFIG_HOME"]? || (File.join(ENV["HOME"], ".config")), "ketchup")
-
CONFIG_FILE =
File.join(CONFIG_DIR, "config.yml")
-
VERSION =
"0.1.0"