mirror of
https://codeberg.org/hyperreal/daily-event-logger
synced 2024-11-02 01:03:06 +01:00
27 lines
476 B
Markdown
27 lines
476 B
Markdown
# elog
|
|
|
|
This is a little utility I use for logging my daily activities and events. It is written in Python.
|
|
|
|
## Install
|
|
|
|
```bash
|
|
python3 -m pip install elog
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
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](/screenshot.png)
|
|
|