mirror of
https://codeberg.org/hyperreal/daily-event-logger
synced 2024-11-01 08:43:07 +01:00
Initial commit
This commit is contained in:
parent
fa330cfbe1
commit
52b001e526
15
README.md
15
README.md
@ -2,10 +2,21 @@
|
||||
|
||||
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.
|
||||
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.
|
||||
Clone this repo and copy the `elog` binary to PATH somewhere.
|
||||
|
||||
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
|
||||
![screenshot.png](/screenshot.png)
|
||||
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 181 KiB |
BIN
usage_screenshot.png
Normal file
BIN
usage_screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
Loading…
Reference in New Issue
Block a user