diff options
author | Kieran <kieranrobson1999@gmail.com> | 2022-08-01 17:52:36 +0000 |
---|---|---|
committer | Kieran <kieranrobson1999@gmail.com> | 2022-08-01 17:52:36 +0000 |
commit | 2c8a2d32af6dbe7ee0b9f589140e28892d60bce2 (patch) | |
tree | db68643e71c9176bcbb9e788861e4a0b91bdffba | |
parent | Added URL Shorterner description (diff) | |
download | awesome-selfhosted-2c8a2d32af6dbe7ee0b9f589140e28892d60bce2.tar.gz awesome-selfhosted-2c8a2d32af6dbe7ee0b9f589140e28892d60bce2.zip |
Added time tracking description
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1910,6 +1910,8 @@ _Related: [Task Management & To-do Lists](#task-management--to-do-lists), [Softw **[`^ back to top ^`](#)** +[Time-tracking software](https://en.wikipedia.org/wiki/Time-tracking_software) is a category of computer software that allows its employees to record time spent on tasks or projects. + - [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` |