30 lines
579 B
Markdown
30 lines
579 B
Markdown
# 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 |
|
|
| `-r` | Review an existing entry |
|
|
|
|
## Requirements
|
|
|
|
* Python 3.6 or higher
|
|
* `EDITOR` environment variable defined
|