Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtimelog/gtimelog
A time tracking application
https://github.com/gtimelog/gtimelog
Last synced: 2 months ago
JSON representation
A time tracking application
- Host: GitHub
- URL: https://github.com/gtimelog/gtimelog
- Owner: gtimelog
- License: gpl-2.0
- Created: 2013-11-27T08:17:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T10:42:40.000Z (4 months ago)
- Last Synced: 2024-09-09T12:48:44.669Z (4 months ago)
- Language: Python
- Homepage: https://gtimelog.org/
- Size: 1.86 MB
- Stars: 254
- Watchers: 20
- Forks: 77
- Open Issues: 55
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
- awesome-starred-test - gtimelog/gtimelog - A time tracking application (Python)
- awesome-python-applications - Repo - fi.com/mgedmin), [Docs](https://gtimelog.org/docs.html)) Desktop-based time tracker with support for logging billable/non-billable work. `(productivity, linux, windows, mac)` (<a id="tag-organization" href="#tag-organization">Organization</a>)
- awesome-python-applications - Repo - fi.com/mgedmin), [Docs](https://gtimelog.org/docs.html)) Desktop-based time tracker with support for logging billable/non-billable work. `(productivity, linux, windows, mac)` (<a id="tag-organization" href="#tag-organization">Organization</a>)
README
GTimeLog
========GTimeLog is a simple app for keeping track of time.
.. image:: https://github.com/gtimelog/gtimelog/workflows/build/badge.svg?branch=master
:target: https://github.com/gtimelog/gtimelog/actions
:alt: build status.. image:: https://ci.appveyor.com/api/projects/status/github/gtimelog/gtimelog?branch=master&svg=true
:target: https://ci.appveyor.com/project/mgedmin/gtimelog
:alt: build status (on Windows).. image:: https://coveralls.io/repos/gtimelog/gtimelog/badge.svg?branch=master
:target: https://coveralls.io/r/gtimelog/gtimelog?branch=master
:alt: test coverage.. contents::
.. image:: https://raw.github.com/gtimelog/gtimelog/master/docs/gtimelog.png
:alt: screenshotInstalling
----------GTimeLog is packaged for Debian and Ubuntu::
sudo apt-get install gtimelog
For Ubuntu, sometimes a newer version can usually be found in the PPA:
https://launchpad.net/~gtimelog-dev/+archive/ppa
Fedora also holds a package of gtimelog to be installed with::
sudo dnf install gtimelog
You can fetch the latest released version from PyPI ::
$ pip install gtimelog
$ gtimelogYou can run it from a source checkout (without an explicit installation step)::
$ git clone https://github.com/gtimelog/gtimelog
$ cd gtimelog
$ ./gtimelogSystem requirements:
- Python (3.6+)
- PyGObject
- gobject-introspection type libraries for Gtk, Gdk, GLib, Gio, GObject, Pango,
Soup, Secret
- GTK+ 3.18 or newerDocumentation
-------------This is work in progress:
- `docs/index.rst`_ contains an overview
- `docs/formats.rst`_ describes the file formats.. _docs/index.rst: https://github.com/gtimelog/gtimelog/blob/master/docs/index.rst
.. _docs/formats.rst: https://github.com/gtimelog/gtimelog/blob/master/docs/formats.rstResources
---------Website: https://gtimelog.org
Mailing list: [email protected]
(archive at https://groups.google.com/group/gtimelog)IRC: #gtimelog on chat.libera.net
Source code: https://github.com/gtimelog/gtimelog
Report bugs at https://github.com/gtimelog/gtimelog/issues
There's an old bugtracker at https://bugs.launchpad.net/gtimelog
I sometimes also browse distribution bugs:
- Ubuntu https://bugs.launchpad.net/ubuntu/+source/gtimelog
- Debian https://bugs.debian.org/gtimelogCredits
-------GTimeLog was mainly written by Marius Gedminas .
Barry Warsaw stepped in as a co-maintainer when
Marius burned out. Then Barry got busy and Marius recovered.Many excellent contributors are listed in `CONTRIBUTORS.rst`_
.. _CONTRIBUTORS.rst: https://github.com/gtimelog/gtimelog/blob/master/src/gtimelog/CONTRIBUTORS.rst