https://github.com/illud/cronos
Cronos is a desktop app that allows you to have all your games, apps in one place and track the time used.
https://github.com/illud/cronos
desktop desktop-app go time-tracker wails wails-app wails2
Last synced: 26 days ago
JSON representation
Cronos is a desktop app that allows you to have all your games, apps in one place and track the time used.
- Host: GitHub
- URL: https://github.com/illud/cronos
- Owner: illud
- Created: 2022-06-27T18:07:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T23:54:58.000Z (over 1 year ago)
- Last Synced: 2025-02-01T21:14:46.780Z (3 months ago)
- Topics: desktop, desktop-app, go, time-tracker, wails, wails-app, wails2
- Language: Go
- Homepage:
- Size: 569 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRONOS
Created by Illud (Colombia)
## AboutCronos is a app built with [Wails](https://wails.io/) that allows you to track the time of apps running, games, in app HowLongToBeat and pc specs.
#
## All your games in one place.
## Keep track of hours played.
## Find out how long to beat a game with howlongtobeat.
## Check your pc specs.
#
## ¿Why [Wails](https://wails.io/) and not [Tauri](https://tauri.app/) ?Wails is enough to run all the process also with Go is easy to add and use Sqlite besides easy to use packages for cron jobs, computer process etc.
## Live Development
To run in live development mode, run `wails dev` in the project directory. In another terminal, go into the `frontend`
directory and run `npm run dev`. The frontend dev server will run on http://localhost:34115. Connect to this in your
browser and connect to your application.## Building
To build a redistributable, production mode package, use `wails build` or `wails build -nsis` for installer.