Skip to content

Commit 28a8c88

Browse files
committed
Update readme
1 parent abf759c commit 28a8c88

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Todolator is a simple desktop task reminder designed to ensure it is hard(er) to
66

77
I created Todolator because usual push notifications or in-browser notifications from apps like Google Calendar are not enough to grab my attention and not forget the task at hand. I also had experience with desktop apps like [Kana](https://kanasolution.com/products/kana-reminder/) and [Desktop Reminder](https://www.desktop-reminder.com/en/index.html), however these are now quite outdated and/or not completely free.
88

9-
I also wanted to create a desktop app, learn the basics of Rust and use Tauri - so I can combined all of these in this project.
9+
I also wanted to create a desktop app, learn the basics of Rust and use Tauri - so I combined all of these in this project.
1010

1111
## Use Cases
1212

1313
- Reminding of important, one-time tasks
14-
- E.g. an important meeting
14+
- E.g. an important meeting or an event
1515
- Reminding of recurring tasks
16-
- E.g. paying your bills
16+
- E.g. paying your bills, logging work hours, daily meetings
1717
- Combination of the 2 UCs above
1818

1919
## Privacy
@@ -54,6 +54,7 @@ The app data directory location depends on the OS used:
5454

5555
**MacOS:**
5656

57+
- Not fully supported at the moment - functionality may be limited
5758
- `/Users/<Username>/Library/Application Support/Todolator`
5859

5960
In the location, you can find `tasks.json` holding your tasks, `settings.json` containing app settings and `resources/alarm.mp3` containing the alarm notification sound.

0 commit comments

Comments
 (0)