This application records time spent on programs and saves it in the folder %APPDATA%/Simple Application Usage Time Tracker/data folder. Data is only collected and saved locally.
In order to run this program at all you need nodejs installed, also, to run it in the background you may need to install with npm install -g forever
the forever module, otherwise you can choose your own way to run build/tracker.js in the background, or even run it manually as you may need.
- Right click the file "startService.bat" from the dist folder.
- Click on "Copy as Path".
- Press Win+R to open the Run dialog.
- Type shell:startup and press Enter. This will open the Startup folder.
- Inside the folder that just opened, right click, hover "new", select "Shortcut".
- In the dialog that opens, paste the Path to "startTracker.bat" and press next, then press finish.
To set:
- The output directory
- The filename format
- The delay between each check
Edit options.example.yaml
and rename it do options.yaml
.