mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +01:00
33f0dc346b
...in plain text files https://github.com/maebert/jrnl
26 lines
416 B
Plaintext
26 lines
416 B
Plaintext
# 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"
|