Open k4j8 opened 4 years ago
Combine autostart
and description
into one flag.
Format of the program:
pomodoro
Notifications on, descriptions on: Pop-up box with text entry for description
Notifications on, descriptions off: Pop-up box
Notifications off, descriptions on: CLI prompt for description
Notifications off, descriptions off: Auto-start the next cycle
Better option: descriptions are always on, but notifications can be set to pop-up box (within box for description input), CLI, or off. If off, descriptions are not possible.
Doing it this way prevents the need for a descriptions flag.
Add comments to describe what each of the properties does in the configuration file. Ideally, this would be the same as
pomodoro --help
.