Skip to content

Commit f830999

Browse files
authored
Create pomo.md
1 parent 3044fb5 commit f830999

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

content/projects/pomo.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
uuid: "bfa1a7fa-b8a3-469f-b8e8-727ab705cb93"
3+
title: Pomo 🍅
4+
date: 2023-08-03T11:03:00Z
5+
modified:
6+
section: Projects
7+
published: true
8+
content_tags: ["rust", "cli", "dev"]
9+
links:
10+
- "[pomo Github](https://github.com/Tiim/pomo)"
11+
---
12+
13+
I created pomo as a way to keep me focused for working on my masters thesis, and at the same time
14+
allowed me to learn the rust programming language.
15+
16+
Pomo is a simple pomodoro timer. It allows you to either specify the number of repetitions (pomodori), the duration of the pomodori and the duration of the breaks, or
17+
you can stecify an end time, and let pomo calculate the durations and repetitions.
18+
19+
Pomo runs as a cli tool and stores the current state in a json file. All pomo executions excep `pomo watch` just
20+
modify this json file and terminate. The watch command displays the current pomodoro timer, optionally writes the timer to a text file,
21+
and watches for changes of the json file.

0 commit comments

Comments
 (0)