I use this to log my daily activities and events.
Go to file
Jeffrey Serio 9c52f72181 Use Christmas colors 2022-12-02 17:50:13 -06:00
daily_event_logger Use Christmas colors 2022-12-02 17:50:13 -06:00
tests Update to 0.1.3; use fall colors 2022-11-03 10:14:50 -05:00
.gitignore Prepare for PyPI; rename project 2022-09-30 17:49:01 -05:00
LICENSE Initial commit 2022-09-28 17:57:58 -05:00
README.md Prepare for PyPI; rename project 2022-09-30 17:49:01 -05:00
poetry.lock Update to 0.1.3; use fall colors 2022-11-03 10:14:50 -05:00
pyproject.toml Use Christmas colors 2022-12-02 17:50:13 -06:00
screenshot.png Initial commit 2022-09-28 18:32:21 -05:00

README.md

daily-event-logger

This is a little utility I use for logging my daily activities and events. It is written in Python.

Install

python3 -m pip install daily-event-logger

Usage

To change the directory where elogs are stored, set a shell environment variable ELOG_DIR. To make this change permament, set the following in your shell configuration:

export ELOG_DIR="/path/to/elog/dir"

Otherwise, the default elog directory will be ~/elogs.

To get started, add your first elog entry! This will create a JSON file under your elog directory for the day and ensure the elog directory exists. E.g.:

elog add -m "Started new elog. Yay!"
usage: elog [-h] [-v] {add,edit,rm,ls,lsfiles,search} ...

positional arguments:
  {add,edit,rm,ls,lsfiles,search}

options:
  -h, --help            show this help message and exit
  -v, --version         Print version information

Example list output

screenshot.png