mirror of
https://codeberg.org/hyperreal/daily-event-logger
synced 2024-11-01 16:53:06 +01:00
579 B
579 B
elog
This is a little utility I use for logging my daily activities and events. It is written in Python.
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. 😾
Install
Clone this repo and copy the elog
binary to PATH somewhere.
Also edit line 32 for your desired elog directory:
elog_dir = Path("~/<your path>/elog").expanduser()