Metadata-Version: 2.1
Name: eltime
Version: 0.1.0
Summary: The simplest possible time tracker
Home-page: https://github.com/mgrechukh/eltime
License: GPL-3.0-or-later
Keywords: time,tracking,productivity,time tracking
Author: Mykola Grechukh-Lezhnov
Author-email: nick.grechukh@gmail.com
Requires-Python: >=3.6
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Utilities
Requires-Dist: PyGObject (>=3.0)
Project-URL: Repository, https://github.com/mgrechukh/eltime
Description-Content-Type: text/markdown

The simplest possible time tracker:

- press Enter on window or mouse click Play button to start session

- press Enter or mouse click Stop button to end session

Optionally task description may be entered. Autocompletion will make suggestions from previous task.

To see stats for the last two days, press Ctrl-H

---
Note 1:

Intentionally time duration is combined all over the each single hour for each task name, then total amount rounded up to 10min.

E.g.:
- three sessions by 1 min each calculates as 10min
- two sessions by 7 min each and one 1min calculates as 20min

---
Note 2: 

Hour activity ended is one that counts.

E.g.:

- session started 17:57 ended 18:51

In report you'll have "18h - 10min"
---

To quit, press Ctrl-Q

