first commit
This commit is contained in:
commit
e27893ad81
2 changed files with 114 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue