jrnl is an application to store your life journal

...in plain text files

https://github.com/maebert/jrnl
This commit is contained in:
Shadab Zafar 2015-05-20 00:53:24 +05:30
parent 889c8ef8fe
commit 33f0dc346b
1 changed files with 25 additions and 0 deletions

25
cheat/cheatsheets/jrnl Normal file
View File

@ -0,0 +1,25 @@
# 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"