1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
========
gtimelog
========
A time tracking app
~~~~~~~~~~~~~~~~~~~
GTimeLog is a small time tracking application for GNOME. Its
main goal is to be as unintrusive as possible.
.. image:: gtimelog.png
:alt: Screenshot
Documentation
=============
- `Overview <docs.html>`__
- `File formats <formats.html>`__
Download
========
You can get GTimeLog from the `Python Package Index`_::
pip install gtimelog
Packages exist in Debian_ and in Ubuntu_, but they're outdated at the moment.
.. _Python Package Index: https://pypi.python.org/pypi/gtimelog
.. _debian: https://packages.debian.org/gtimelog
.. _ubuntu: https://packages.ubuntu.com/gtimelog
GTimeLog should in theory also run on Windows and Mac OS X, but I don't
have convenient installers.
Bugs
====
Please report bugs/feature requests on GitHub__.
__ https://github.com/gtimelog/gtimelog/issues
Source code
===========
The source code lives on GitHub__. Get it with ::
git clone https://github.com/gtimelog/gtimelog
__ https://github.com/gtimelog/gtimelog
Author
======
GTimeLog was written by `Marius Gedminas`_, with contributions from `many
others`_. It is released under the terms of the `GNU GPL`_.
.. _Marius Gedminas: mailto:marius@gedmin.as
.. _many others: https://github.com/gtimelog/gtimelog/blob/master/src/gtimelog/CONTRIBUTORS.rst
.. _GNU GPL: https://www.gnu.org/copyleft/gpl.html
.. include:: footer.rst
|