From 772efe1a698f5623a128ad0797cb48a176424e67 Mon Sep 17 00:00:00 2001 From: RinRi Date: Wed, 7 Sep 2022 09:57:59 +0300 Subject: [PATCH] add README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d8ca44e --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Pomodoro.sh + +Simple, POSIX-compliant shell script for pomodoro technique. + +## Setup + +Every study session is 25 minutes with 5 minutes break and 20 minutes long break after every 4 study sessions by default. You can easily change any value in the shell script. Don't forget to change the ringtone to your favourite one. That's it! You're ready to go. + +## Starting + +Just run pomodoro.sh: + +```bash +./pomodoro.sh +``` + +If you've killed pomodoro.sh after, let's say, 2 sessions, you can easily restore the number of sessions you've already done. Just specify the number of sessions as the first argument: +```bash +./pomodoro.sh 2 +``` \ No newline at end of file