From 592dbb7254bb36b78488499cea88544314a55ce7 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Mon, 2 May 2022 20:48:23 +0200 Subject: [PATCH] Add time trackers (ActivityWatch, TimeTagger) (#2915) --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac673097..8ffe4a3e 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ See [Contributing](.github/CONTRIBUTING.md). - [Status / Uptime pages](#status--uptime-pages) - [Task Management & To-do Lists](#task-management--to-do-lists) - [Ticketing](#ticketing) + - [Time Trackers](#time-trackers) - [URL Shorteners](#url-shorteners) - [VPN](#vpn) - [Web Servers](#web-servers) @@ -1233,7 +1234,6 @@ _See also: [List of streaming media systems - Wikipedia](https://en.wikipedia.or - [google-webfonts-helper](https://github.com/majodev/google-webfonts-helper) `⚠` - Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets. ([Demo](https://google-webfonts-helper.herokuapp.com/)) `MIT` `Nodejs` - [graph-vl](https://github.com/verifid/graph-vl) - Identity document verification using Machine Learning and GraphQL. `MIT` `Python` - [Journal](https://github.com/inoda/journal) - Simple journaling with encrypted entries and sharing capabilities. `MIT` `Ruby` -- [Kimai](https://www.kimai.org/) - Kimai is a free & open source timetracker. It tracks work time and prints out a summary of your activities on demand. ([Demo](https://www.kimai.org/demo/), [Source Code](https://github.com/kevinpapst/kimai2/)) `MIT` `PHP` - [King Phisher](https://github.com/rsmusllp/king-phisher) - King Phisher is a tool for testing and promoting user awareness by simulating real world phishing attacks. `BSD-3-Clause` `Python` - [Koillection](https://koillection.github.io/) - Koillection is a service allowing users to manage any kind of collections. ([Source Code](https://github.com/koillection/koillection)) `MIT` `PHP` - [Lancache](https://lancache.net) `⚠` - LAN Party game caching made easy. ([Source Code](https://github.com/lancachenet/monolithic)) `MIT` `Docker/Shell` @@ -1836,6 +1836,15 @@ _Related: [Task management & To-do lists](#task-management--to-do-lists), [Softw - [Zammad](https://zammad.org/) - Easy to use but powerful open-source support and ticketing system. ([Source Code](https://github.com/zammad/zammad)) `AGPL-3.0` `Ruby` +### Time Trackers + +**[`^ back to top ^`](#)** + +- [ActivityWatch](https://activitywatch.net) - An app that automatically tracks how you spend time on your devices. ([Source Code](https://github.com/ActivityWatch/activitywatch)) `MPL-2.0` `Python` +- [Kimai](https://www.kimai.org/) - Kimai is a free & open source timetracker. It tracks work time and prints out a summary of your activities on demand. ([Demo](https://www.kimai.org/demo/), [Source Code](https://github.com/kevinpapst/kimai2/)) `MIT` `PHP` +- [TimeTagger](https://timetagger.app) - An open source time-tracker based on an interactive timeline and powerful reporting. ([Demo](https://timetagger.app/app/demo), [Source Code](https://github.com/almarklein/timetagger)) `GPL-3.0` `Python` + + ### URL Shorteners **[`^ back to top ^`](#)**