journal/README.md
2025-11-04 00:21:04 +01:00

29 lines
531 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 |
## Requirements
* Python 3.6 or higher
* `EDITOR` environment variable defined