Metadata-Version: 2.1
Name: dia
Version: 0.1.1
Summary: Dia is a work log, letting you easily keep a history of what you worked on.
Home-page: https://gitlab.com/stavros/dia
License: AGPL-3.0-or-later
Author: Stavros Korokithakis
Author-email: hi@stavros.io
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8,<9)
Project-URL: Repository, https://gitlab.com/stavros/dia
Description-Content-Type: text/markdown

Dia
===

Dia lets you keep a work log.


Installation
------------

Installing Dia is simple. You can use `pipx` (recommended):

```bash
$ pipx install dia
```

Or `pip` (less recommended):

```bash
$ pip install dia
```


Usage
-----

To log a task you've completed, you can use `dia log`:

```bash
$ dia log "Completed the diary feature."
```

This will generate the following `log.txt`:

```md
Work diary
==========


2022-02-09
----------

* Completed the diary feature.
```

# Changelog


## v0.1.1 (2022-02-09)

### Fixes

* Don't die if the diary file doesn't exist. [Stavros Korokithakis]


## v0.1.0 (2022-02-09)

### Fixes

* Fix program symlink. [Stavros Korokithakis]

* Fix program symlink. [Stavros Korokithakis]



