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: 28 days 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T18:01:24.000Z (10 months ago)
- Last Synced: 2025-03-30T05:04:33.551Z (about 2 months ago)
- Topics: gtk4, task-timer, task-tracker
- Language: Vala
- Homepage:
- Size: 2.05 MB
- Stars: 110
- Watchers: 3
- Forks: 32
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
![]()
# KhronosTrack 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
```