kantord / i3-gnome-pomodoro

:tomato: Integrate gnome-pomodoro into i3
GNU General Public License v3.0
224 stars 16 forks source link

[feature-request]-TODO list #46

Closed riivanov closed 7 months ago

riivanov commented 9 months ago

I would really like to track how much time I spend on what pomodoro. I don't know if this is within the scope of the project. I was thinking about making a pull request, but I figured I'd make an issue first.

What I would like, is the ability to have a TODO list, where each TODO is a pomodoro, and have the current item in the list displayed to the left of the remaining time.

i3-gnome-pomodoro- feat -TODO-list-2024-01-04_14-28

kantord commented 9 months ago

This could be in the scope of i3-gnome-pomodoro but not in the sense of having a built-in support for TODO lists, but in the sense of interfacing with another app that supports this already.

Ideally this would be done either through a built-in feature of gnome-pomodoro itself, or if that is not available, it would ideally be done using a 3rd app that can already cooperate with gnome-pomodoro.

If you have some specific suggestions I would like to hear them!

kantord commented 7 months ago

Closing this, as it is out of scope for this project and rather belongs to gnome-pomodoro itself, as this project is a mere wrapper for gnome-pomodoro.

However one potential option to solve this is to replace the backend in this project with something that supports TODO lists out of the box. Feel free to reopen if you have a suggestion for such a backend.

Another, perhaps better, option is to use a backend that can integrate with a TODO list app. I think that would be a better solution, as it would be a little bit limiting if users are forced to use one specific TODO list app.