For now, application only available for the Windows yet I am planning to expand it to Linux/macOS. Contributions are welcome!
- Process Tracking: Retrieve process information and details about their idle / usage time
- Pomodoro Alarms: Enable to get notifications about when to stop/start to work
- Settings (WIP): Defines settings related to processes, run on start-up etc.
- Persistent Data: Session information persist on your hard-drive
- File Location:
- Windows:
C:\Users\<Username>\AppData\Roaming\Chronos\config.json
- MacOS:
- Linux:
- Windows:
- File Location:
- Historical Session Analitics: (WIP) Analyze your average screen-time, most used process etc.
# install dependencies
yarn
# start dev environment
yarn dev
# pack the application to release
yarn package