tomatoshell
tomatoshell copied to clipboard
Pomodoro timer in the shell
sometimes i have to attend to something and i want to pause the session. the "pause session" pull req from last year was "resolved" with the skip session key, which...
To reproduce: 1. Run `tomatoshell` to start a new session 2. Exit with 'q' after 5 seconds 3. Inspect `~/.local/share/tomatoshell/tomatoshell_log.csv` The log file reads: ``` 2024-08-12,3,1500 ``` This suggests I...
Typically, the log file contains the `$SESSION `which inherits the values which gets passed as the CLI _args_ rather than the elapsed session value during the progress of the timer....