@@ 12,7 12,12 @@ This is a simple tool to help productivity.
To install `make install`, then run it with `pomodoro`.
+## How does it work?
+
+`pomodoro` is a fairly simple shell script that will sleep for the time of the `POMODORO_TIME`, and at the end will pop a rofi screen that will ask you what you did and in which project. All this information will be saved in your `$HOME/.config/pomodoro/worklog.csv`, to later be seen with `pomodoro-viewer`.
+
## Todos
-- [ ] Create an optional argument to save how the tool was used?
+- [X] Create an optional argument to save how the tool was used?
+ This was changed. Now one file to control everything.
- [ ] Add a config file to control time, settings etc