View on GitHub

Timeit

The unobtrusive time tracker

Download this project as a tar.gz file

TimeIT is a time tracker that works quietly almost without any interaction and still measures the time you are spending on several projects. The concept of this program is that tasks and projects are assigned to workspaces and while you are in those workspaces your projects are timed.

It features workspace tracking, idle detection, editing of time records and has summary views grouped by day, week, month, and year.

For people with multiple computers it will be a nice surprise that it is possible to run instances on all computers and have the recorded time distributed to them. See TimeIT-Server

Pre built packages

Pre built packages for Debian derived environments are available on launchpad: https://launchpad.net/~hoglet/+archive/timeit/

Add PPA by running this in terminal:

sudo apt-add-repository ppa:hoglet/timeit

Building and installing

Fetch the whole repository (recomended) with:

git clone https://github.com/Hoglet/TimeIT.git

In debian derived environments

Run following shell commands in root of source directory:
cd Release
cmake ..
make package
Install the produced installation package:
dpkg -i timeit-<version>.deb

In redhat derived environments

Run following shell commands in root of source directory:
cd Release
cmake ..
make package
Install the produced installation package with:
rpm -i timeit-<Version>.rpm

Other Unix-like environments

Run following shell commands in source root:
cd Release
cmake ..
make
make install

Authors and Contributors

Programming and design: Kent Asplund
Translations: Kaya Zeren, zeugma, Jarosław Ogrodnik, Joanna Porankiewicz-Asplund, Eugene Marshal, Kent Asplund, Kim Allamandola, Matic Gradišer, Armen Mnatsakanyan,Zulema Carracedo Lorenzo, Nick Borjans, Barbara Terebieniec, Cristian Klein, André Graça

Support or Contact

Kent Asplund (hoglet@solit.se)