Skip to content

Commit 89ffc8b

Browse files
authored
Merge pull request #4 from doubleSlashde/feature/readme
Feature/readme
2 parents 2f38e9e + 6cb9755 commit 89ffc8b

File tree

11 files changed

+40
-0
lines changed

11 files changed

+40
-0
lines changed

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,41 @@
11
# KeepTime
2+
Readme is WIP\
3+
Project is Beta\
4+
You will most probably have to reconfigure the application with your details if a newer version will appear.\
5+
6+
# Use
7+
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.
8+
9+
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.
10+
11+
Main view (when you hover over the app):\
12+
![Alt text](/readme/images/main.png?raw=true "Main")
13+
You can move the window by dragging it around.
14+
15+
If you don't hover over the application the project list collapses:\
16+
![Alt text](/readme/images/standby.png?raw=true "Standby")
17+
18+
Open the context menu for a project to edit/delete or change the project and transfer n minutes of the current running one\
19+
![Alt text](/readme/images/contextMenu.png?raw=true "contextMenu")
20+
21+
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.\
22+
![Alt text](/readme/images/popup.png?raw=true "popup")
23+
24+
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\
25+
![Alt text](/readme/images/settings.png?raw=true "settings")
26+
27+
After a day you can open the Reports, which will summarize the work done for the different projects during the day\
28+
![Alt text](/readme/images/report.png?raw=true "report")
29+
30+
In the taskbar you will also see the current time + the color of the active project:\
31+
![Alt text](/readme/images/taskbar.png?raw=true "taskbar")
32+
33+
34+
**You need to close the application manualy before you shutdown your PC. Otherwise the last running project is not saved to database.**
35+
36+
# Install
37+
Download and execute .jar file (TBD). You should put the .jar in an extra folder as a *logs* folder will be created next to it.\
38+
You can put the .jar in the autostart folder
39+
40+
## Requirements
41+
Only works correct for windows currently. Tested on 7 and 10.

readme/images/addProject.png

22 KB
Loading

readme/images/contextMenu.png

10.5 KB
Loading

readme/images/hover.png

8.02 KB
Loading

readme/images/main.png

49.4 KB
Loading

readme/images/notHover.png

5.85 KB
Loading

readme/images/popup.png

1.34 KB
Loading

readme/images/report.png

38.1 KB
Loading

readme/images/settings.png

27.6 KB
Loading

readme/images/standby.png

8.53 KB
Loading

0 commit comments

Comments
 (0)