https://github.com/lainsce/khronos
Log each task's time in a simple inobtrusive way
https://github.com/lainsce/khronos
gtk4 task-timer task-tracker
Last synced: 4 months ago
JSON representation
Log each task's time in a simple inobtrusive way
- Host: GitHub
- URL: https://github.com/lainsce/khronos
- Owner: lainsce
- License: gpl-3.0
- Created: 2020-02-11T00:34:47.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T18:01:24.000Z (over 1 year ago)
- Last Synced: 2025-08-31T00:34:11.932Z (5 months ago)
- Topics: gtk4, task-timer, task-tracker
- Language: Vala
- Homepage:
- Size: 2.05 MB
- Stars: 112
- Watchers: 3
- Forks: 31
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- Awesome - Khronos - Log each task's time in a simple inobtrusive way (Productivity Tools / Time Management)
README
# Khronos
Track each task's time in a simple inobtrusive way
###
[](https://circle.gnome.org)
[](https://stopthemingmy.app)
[](http://www.gnu.org/licenses/gpl-3.0)


## 💝 Donations
Would you like to support the development of this app to new heights?
Then become a GitHub Sponsor or check my Patreon, buttons in the sidebar.
## 🛠️ Dependencies
Please make sure you have these dependencies first before building.
```bash
gtk4
libadwaita-1
libgee-0.8
libjson-glib
meson
vala
```
## 🏗️ Building
Simply clone this repo, then:
```bash
meson _build --prefix=/usr && cd _build
sudo ninja install
```