Description
Currently description column is not used. It just shows default string, sample. See the image below.

I found that this could be useful if it accepts user input. If the user can type description on their own, then the user can see the more information in history.
Problem - fat table & accepting user input
Because the result of list table is quite fat (there are many columns), I don't think it's good idea to extend description column. For example, if the description string length is more than 50 (50 is just a sample number. There is no meaning), then the table would be more uglier than now. So we should find a proper way of
- showing description efficiently
- accepting description from user input efficiently
Suggestion - accepting description from user input
Maybe --description or --desc should be introduced. For example, we can create a notification like this.
> pomodoro create --default --desc "finish writing README.md"
Discussion needed - showing description efficiently
I have no idea..
Additional feature
- Maybe description can be configured by
--config option if it is changed too often.
- Desktop Notification or other channel notification message can contain
description.
Description
Currently

descriptioncolumn is not used. It just shows default string,sample. See the image below.I found that this could be useful if it accepts user input. If the user can type
descriptionon their own, then the user can see the more information inhistory.Problem - fat table & accepting user input
Because the result of
listtable is quite fat (there are many columns), I don't think it's good idea to extenddescriptioncolumn. For example, if thedescriptionstring length is more than 50 (50 is just a sample number. There is no meaning), then the table would be more uglier than now. So we should find a proper way ofSuggestion - accepting description from user input
Maybe
--descriptionor--descshould be introduced. For example, we can create a notification like this.Discussion needed - showing description efficiently
I have no idea..
Additional feature
--configoption if it is changed too often.description.