This is a personal time management application. It works great with pomodoro technique.
Long time ago I started tracking the time of my projects on a calendar like this
So I created an application which helps understanding how much time I spend on each task.
The application uses 'dot and space' ('. ') as a separator to build hierarchy. For example if you create a few events like this
- 'Project. Task 1. Subtask 1' duration 60 minutes
- 'Project. Task 1. Subtask 2' duration 30 minutes
- 'Project. Task 2. Subtask 1' duration 30 minutes
the app will create hierarchy:
Project 2:00 - Task 1 1:30 - Subtask 1 1:00 - Subtask 2 0:30 - Task 2 0:30 - Subtask 1 0:30
You can rename multiple calendar events at once
Any changes on calendar will automatically update an application (via EKEventStoreChanged)
If you enable access to AppleScript, a click on a magnifying glass (🔍) icon will open a calendar with search on the selected item.