From 33f0dc346b52f66e246aa0fa3b904636d479c3eb Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Wed, 20 May 2015 00:53:24 +0530 Subject: [PATCH] jrnl is an application to store your life journal ...in plain text files https://github.com/maebert/jrnl --- cheat/cheatsheets/jrnl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cheat/cheatsheets/jrnl diff --git a/cheat/cheatsheets/jrnl b/cheat/cheatsheets/jrnl new file mode 100644 index 0000000..c3540e2 --- /dev/null +++ b/cheat/cheatsheets/jrnl @@ -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"