Chrolog Code
A Free and Open-Source Automated Time Tracking Tool for your Projects
Brought to you by:
lukylix
File | Date | Author | Commit |
---|---|---|---|
.vscode | 2023-06-02 |
![]() |
[9d9bdc] Fix crashing issue on windows |
build | 2023-05-28 |
![]() |
[22946a] New Icon |
resources | 2023-05-29 |
![]() |
[a09f22] Tray && Startup |
src | 2023-06-04 |
![]() |
[f0bbbf] Fix tray |
.editorconfig | 2023-05-05 |
![]() |
[fc1446] Initial commit |
.gitignore | 2023-05-11 |
![]() |
[40b828] V1.0.0 |
.prettierignore | 2023-05-11 |
![]() |
[40b828] V1.0.0 |
.prettierrc.yaml | 2023-05-19 |
![]() |
[fa9331] Chrolog-iohook handle windows |
.yarnrc.yaml | 2023-05-10 |
![]() |
[2277ad] Base Version |
Home.png | 2023-06-01 |
![]() |
[e9acdf] Readme |
ProjectEdit.png | 2023-05-29 |
![]() |
[454f86] Screenshot |
README.md | 2023-06-01 |
![]() |
[78291f] Readme |
dev-app-update.yml | 2023-05-11 |
![]() |
[f69d23] Logo && Name |
electron-builder.yml | 2023-05-23 |
![]() |
[4874f3] Fix linux |
electron.vite.config.js | 2023-05-12 |
![]() |
[237e9f] New Detail Page && Redux && Refactoring |
package-lock.json | 2023-06-02 |
![]() |
[9d9bdc] Fix crashing issue on windows |
package.json | 2023-06-04 |
![]() |
[f0bbbf] Fix tray |
Chrolog is a time tracking software. It tracks time by recognizing keyboard and mouse actions, and records how long you spend on each project.
With the Chrome extension Chrolog - TabTracker (currently under review on the Chrome store), you can choose which websites to exclude from tracking.
Visit the release page to download binary files.
To run Chrolog on Linux, launch it from a terminal
(Without launching from a terminal, the necessary sudo prompt will not function correctly).
Type these commands in your terminal:
npm install
npm run dev
To build the project for Windows or Linux, type:
npm run build:win
or
npm run build:linux