# To add entry to default jrnl (from your configured text editor):
jrnl

# To add <entry> to default jrnl:
jrnl <entry>

# To list of tags:
jrnl --tags

# To entries per tag:
jrnl @tag

# To export jrnl as json:
jrnl --export json

# To entries in a timeframe:
jrnl -from 2009 -until may

# To add Sublime text to .jrnl_config:
"editor": "F:\\Powerpack\\Sublime\\sublime_text.exe -w" # Windows
"editor": "/usr/bin/sublime -w"                         # Linux
