You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application to track your time spent on different projects each day. Aim was to create an easy and fast way to track the doings over the day. In the end you get a summary for the day.
3
4
4
5
Create projects and choose if they are counted as 'work time'. Select the project you work on. Before you switch the project, write a comment on what u did. Change the project. Repeat.

8
11
9
12
+ You can move the window by dragging it around
10
-
+ If you don't hover over the application the project list collapses
11
-
+ Open the context menu for a project to edit/delete or change the project and transfer n minutes of the current running one
12
-
+ You can change the project by clicking in the project list, or by using the Hotkey feature (if activated in settings) Strg+Win button. A popup will appear at the mouse cursor. With a mouseclick you have to first focus the app before you can make use of the search functionality. Up/Down will scroll through the projects and Enter will select the project.
13
+
+ Open the context menu (with a right-click) for a project to edit/delete or change the project and transfer n minutes of the current running one
13
14
+ In the taskbar you will also see the current time + the color of the active project
14
-
+You can choose the used colors for the main window, if the project list should be left or right and if you want to use the Hotkey
15
+
+The current Project will be saved eyery minute to mitigate loss on system crash or shutdown without closing window manually first.
15
16
+ After a day you can open the Reports, which will summarize the work done for the different projects during the day
16
17
17
-
**You need to close the application manualy before you shutdown your PC. Otherwise the last running project is not saved to database.**
18
+
**You need to close the application manualy before you shutdown your PC. Otherwise the last running project is not saved completely to database. (will be last state saved by auto-save)**
* Download keeptime.bat and keeptime-1.1.0-SNAPSHOT-bin.zip (see [releases](https://github.com/doubleSlashde/KeepTime/releases))
33
+
+ the report screen gives you a summary for every day
34
+
35
+
## Install
36
+
37
+
* Download keeptime.bat and keeptime-<version>-bin.zip (see [releases](https://github.com/doubleSlashde/KeepTime/releases))
21
38
* Extract the downloaded .zip
22
39
* Copy the downloaded keeptime.bat file next to the *.jar*. Adapt the path inside the *keeptime.bat* to the name of the *.jar* file (if needed). Try starting the application by executing the *keeptime.bat* file. The start may take up to one minute.
23
40
@@ -27,11 +44,8 @@ It is recommended to run the application at computer start so you do not forget
27
44
28
45
You should put the .jar in an extra folder as a *logs* and a *db* folder will be created next to it.\
29
46
30
-
**migrate from old version**
31
-
32
-
If you have a folder *db* next to the old .jar, the folder has to be next to the new .jar as well. The folder contains your tracked times.\
33
-
If you used this application before with a *config.xml* you can import your old projects in the settings dialog. Place your config.xml next to the jar and press "parse config.xml". Otherwise no steps are needed.
0 commit comments