An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        



# Khronos

Track each task's time in a simple inobtrusive way

###

[![GNOME Circle](https://gitlab.gnome.org/Teams/Circle/-/raw/master/assets/button/badge.svg)](https://circle.gnome.org)
[![Please do not theme this app](https://stopthemingmy.app/badge.svg)](https://stopthemingmy.app)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)

![Light screenshot](data/shot.png#gh-light-mode-only)
![Dark screenshot](data/shot-dark.png#gh-dark-mode-only)

Download on Flathub

## 💝 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
```