daily-event-logger/README.md

23 lines
579 B
Markdown
Raw Normal View History

2022-09-29 00:57:58 +02:00
# elog
This is a little utility I use for logging my daily activities and events. It is written in Python.
2022-09-29 01:21:54 +02:00
Go ahead, make fun of me because this is "cringe". Whatever. I have the basilisks ready to deploy at the snap of my fingers, so you best watch yourself. 😾
2022-09-29 00:57:58 +02:00
## Install
2022-09-29 01:21:54 +02:00
Clone this repo and copy the `elog` binary to PATH somewhere.
2022-09-29 00:57:58 +02:00
2022-09-29 01:21:54 +02:00
Also edit line 32 for your desired elog directory:
```python
elog_dir = Path("~/<your path>/elog").expanduser()
```
## Usage
![usage_screenshot.png](/usage_screenshot.png)
### Example list output
2022-09-29 00:57:58 +02:00
![screenshot.png](/screenshot.png)