diff --git a/README.md b/README.md index dfe027a..6372568 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # mindoverflow -The time management app built with GTK and libadwaita, designed with stack memory and pomodoro in mind. \ No newline at end of file +The time management app built with GTK and libadwaita, designed with stack memory and pomodoro in mind. + +## What is the goal of this project? + +After using pomodoro technique for quite a long time, I notices that I always do one thing before switching tasks in the next work interval (a.k.a the *pomo*): I copy links to the websites of all of the browser tabs I have open, and paste them into a text file, so that I can return right back to the thing I was working on without spending time on remembering all of the stuff I have been doing. + +So, I called that the "stack memory management" technique, where the *stack* meant the note I had for each task. It actually has nothing to do with the stack data structure, but since the name has already stuck, I am going to keep it. + +But the problem was, I had to use multiple apps to perform this: timer, browser and a text editor. At the first glance, it might seem like it's not that big of a deal. However, in reality this \ No newline at end of file