# Add entry to default jrnl (from your configured text editor)
jrnl

# Add entry to default jrnl
jrnl Write entry here.

# List of tags
jrnl --tags

# Entries per tag
jrnl @tag

# Export jrnl as json
jrnl --export json

# Entries in a timeframe
jrnl -from 2009 -until may

# Add Sublime text to .jrnl_config

# Windows
"editor": "F:\\Powerpack\\Sublime\\sublime_text.exe -w"

# Linux
"editor": "/usr/bin/sublime -w"