QTasksManager is a graphical application, written in Qt5 that can help you organize all your tasks and count how much time you've spent on them.
- Support of Cinnamon screensaver for pausing/restoring task counting automatically
- Notification about starting overhours (defined in settings)
TODO:
- Add missing unit tests...
- Synchronization with OpenProject
- Exporting data to CSV sheet
- Windows support
- Dark mode
- suggest what you need ;)
QTasksManager is available on the AUR repository so you can easily install the application using e.g yay
$ yay -S qtasksmanager
Feel free to send PRs with the new functionality that you want to have :)
For release type:
$ git clone https://github.com/bbilas/QTasksManager
$ cd QTasksManager
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ..
$ make install
For debug type:
$ git clone https://github.com/bbilas/QTasksManager
$ cd QTasksManager
$ mkdir build && cd build
$ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr ..
$ make install
GPL-3.0
Free Software, Hell Yeah!