first commit

This commit is contained in:
Luka Jankovic 2025-11-04 00:21:04 +01:00
commit e27893ad81
2 changed files with 114 additions and 0 deletions

29
README.md Normal file
View file

@ -0,0 +1,29 @@
# Journal
A simple markdown journal entry generator, with the following folder structure:
```
.
└2025
└01
├01_monday.md
└02_tuesday.md
...
```
## Usage
```
./journal.py [option]
```
| `option` | Action |
| -------- | -------------------------------- |
| empty | Create an entry for the next day |
| `-t` | Create an entry for today's date |
| `-n` | Create an entry for the next day |
## Requirements
* Python 3.6 or higher
* `EDITOR` environment variable defined