From b2d774911fdee640945eae2193f7e93f9d4c0e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 6 Jul 2020 07:35:39 -0400 Subject: [PATCH] Add terrible README (it was easier for me to build than describe in the first place...) --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..57223be --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# 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.