diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -56,12 +56,13 @@ dune exec -- stitch You can build a basic capture command using $EDITOR and date command: alias capture="JRNL=\"$STITCH_DIRECTORY/$(date +'%Y-%m-%d -%H:%M').org\" echo '* :journal:' > $JRNL_FILE && $EDITOR $JRNL_FILE +%H:%M').org\" echo '* :journal:' > $JRNL_FILE && $EDITOR $JRNL" and then you can find your journal entries, automatically sorted by creation date with stitch and the journal tag: alias jrnl="stitch -t journal" + * KNOWN ISSUES - Resizing the screen when editor is open causes panic |