Metadata-Version: 2.1
Name: josephhaaga-clerk-timestamp
Version: 0.0.1
Summary: Appends timestamps to your clerk journal entries
Home-page: https://github.com/josephhaaga/clerk-timestamp
Author: Joseph Haaga
Author-email: haaga.joe@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/josephhaaga/clerk-timestamp/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# clerk-timestamp

A [clerk](https://github.com/josephhaaga/clerk) extension to append timestamps to your journal


## Setup

```
$ pipx install josephhaaga-clerk-timestamp
```

Then, in your `clerk.conf` config file:

```
...

[hooks]
JOURNAL_OPENED =
    clerk.extensions.timestamp
```


