open-pomodoro / openpomodoro-cli

A command-line Pomodoro tracker which uses the Open Pomodoro Format
MIT License
346 stars 24 forks source link

Should `--wait` be the default? #9

Open justincampbell opened 6 years ago

justincampbell commented 6 years ago

Right now, the start/status/repeat commands exit immediately, and it's up to the user to either add pomodoro statusto their prompt/tmux status bar/etc. Passing --wait blocks and counts down until the pomodoro is completed.

Should this be the default?

mildwonkey commented 6 years ago

How do you feel about a config file that would let users set their own defaults? wait, length, etc?

justincampbell commented 6 years ago

@mildwonkey There's currently a setting file that has duration defaults (~/.pomodoro/settings):

daily_goal=8
default_break_duration=5
default_pomodoro_duration=25
default_tags=work

There's nothing CLI-specific in that config, but maybe it should have that option in there? Would still like to change it to always --wait by default if that's a better first-experience for users.

facundoq commented 4 years ago

I agree about changing to --wait by default