"What'd you do?" and "What're you gonna do?" dialog prompts that both pre-fill with whatever you put in for the last of either prompt at the end and start of every pomodoro work session, respectively.
Find a file
2020-07-06 09:27:57 -04:00
log Add log folder and a README to keep it 2020-07-06 07:15:04 -04:00
.gitignore Ignore only log files in the log folder 2020-07-06 07:15:56 -04:00
pomodoroprompt.py Use central string minutes formatting function in more places 2020-07-06 09:27:57 -04:00
README.md Add terrible README (it was easier for me to build than describe in the first place...) 2020-07-06 07:35:39 -04:00
requirements.txt Start off with some requirements we're pretty sure we'll need 2020-07-05 00:25:56 -04:00

Pomodoro Prompt

"What'd you do?" and "What're you gonna do?" dialog prompts that both pre-fill with whatever you put in for the last of either prompt at the end and start of every pomodoro work session, respectively.

Installation

mkdir -p ~/Projects/agaric/
git clone git@gitlab.com:agaric/pomodoroprompt.git
cd pomodoroprompt
pip3 install -r requirements.txt

Usage

cd ~/Projects/agaric/pomodoroprompt/
python3 pomodoroprompt.py

See the logs/ folder for daily, one-pomodoro-at-a-time time logs.