Commit Graph

8 Commits (98acf3c74e2835d3328b16383a13d28a0246e364)

Author SHA1 Message Date
Moritz Böhme 98acf3c74e
feat: add documentation 2023-07-29 15:59:33 +02:00
Moritz Böhme 0c954962cc
feat: better durations and allow stopping pomodoro 2023-07-29 12:55:20 +02:00
Moritz Böhme 103c6d779e
feat: add pomodoro timer 2023-07-29 12:15:19 +02:00
Moritz Böhme dfd0b52d50
feat: add notifications 2023-07-29 10:41:56 +02:00
Moritz Böhme b3885f80dd
perf: make daemon more memory efficient
Use Box<str> instead of String in daemon. Because we don't need to
change names of timers in the daemon this is way more memory efficient.
2023-07-29 10:15:46 +02:00
Moritz Böhme 853e735fcd
feat: split into modules 2023-07-28 19:52:23 +02:00
Moritz Böhme a5cac154f4
feat: add README.md
Signed-off-by: Moritz Böhme <moritz@noreply.localhost>
2023-06-21 17:59:40 +02:00
Moritz Böhme 194e5112e5
feat: init 2023-06-20 20:12:02 +02:00