tj / pomo

Ruby Pomodoro app for the command-line (time / task management)
MIT License
525 stars 53 forks source link

Add `pomo initconfig` to set up global preferences #30

Closed stephenmckinney closed 11 years ago

stephenmckinney commented 11 years ago

e.g. pomo initconfig --tmux --no-progress --notifier growl sets global preferences.

Global preferences should be able to be overridden on the command-line. e.g. even if the config has notifier: growl a user can execute pomo start -n notification_center to override.