diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-13 13:35:36 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-13 13:35:36 -0500 |
commit | fde592dbbb97a89a498feb95f97bee674bd571e8 (patch) | |
tree | a5eb1e01a897bdb68ab4690ae75d07ca76dc8cec /README.org | |
parent | 2b47b301cbf234eabfcebd28f069e5d154441354 (diff) | |
download | stitch-fde592dbbb97a89a498feb95f97bee674bd571e8.tar.gz stitch-fde592dbbb97a89a498feb95f97bee674bd571e8.tar.bz2 stitch-fde592dbbb97a89a498feb95f97bee674bd571e8.zip |
Refactor
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 |