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.
|
|
|
|
|
|
|
|
## Install
|
2022-09-29 01:21:54 +02:00
|
|
|
|
2022-09-30 18:53:36 +02:00
|
|
|
```bash
|
|
|
|
python3 -m pip install elog
|
2022-09-29 01:21:54 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2022-09-30 18:53:36 +02:00
|
|
|
```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
|
|
|
|
```
|
2022-09-29 01:21:54 +02:00
|
|
|
|
|
|
|
### Example list output
|
2022-09-29 00:57:58 +02:00
|
|
|
![screenshot.png](/screenshot.png)
|
|
|
|
|