https://github.com/bascht/worklogger
Your friendly neighbourhood Worklog housekeeper.
https://github.com/bascht/worklogger
Last synced: 7 months ago
JSON representation
Your friendly neighbourhood Worklog housekeeper.
- Host: GitHub
- URL: https://github.com/bascht/worklogger
- Owner: bascht
- License: gpl-2.0
- Created: 2014-03-01T00:07:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-01T19:06:41.000Z (about 12 years ago)
- Last Synced: 2025-02-11T11:56:53.022Z (about 1 year ago)
- Language: Python
- Size: 258 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
worklogger
==========
> Your friendly neighbourhood Worklog housekeeper.
[](https://pypi.python.org/pypi/worklogger/)
[](https://travis-ci.org/bascht/worklogger)
Worklogger helps keeping track of your daily work activities. It just sits in the background
and pops open now and then to ask you, what you've been doing for the last hour. To give you
some context, it will display the last two entries.

The resulting file is a simple Markdown-file with a section for each day and a `@location`:
```markdown
# 01.03.2014 Saturday
## (16:27 - 20:00)
* @Tondorf
* 16:27 Research Python mocking frameworks
* 17:27 Took a nap
* 18:27 Fixed weird module-namespace @patch
* 19:27 Added documentation & screenshot
```
## Installation
You can install worklogger via pip:
$ pip install worklogger
## Usage
To start a new day and the worklogger loop just call
$ worklogger start
To display help and parameters:
$ worklogger -h