diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-26 19:41:12 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-26 19:41:12 -0500 |
commit | 1f796d5cb6e1696b9c993f038933d4a70b46b989 (patch) | |
tree | c01960256c877f3b42d0083b143c2f1c467acf8d /local/bin/log | |
parent | 42371f6275502f0244ccfd5be1a8efc88095c87c (diff) | |
download | rcm-1f796d5cb6e1696b9c993f038933d4a70b46b989.tar.gz rcm-1f796d5cb6e1696b9c993f038933d4a70b46b989.tar.bz2 rcm-1f796d5cb6e1696b9c993f038933d4a70b46b989.zip |
Bin: update to vis
Diffstat (limited to 'local/bin/log')
-rwxr-xr-x | local/bin/log | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local/bin/log b/local/bin/log index f46893c..50ddae5 100755 --- a/local/bin/log +++ b/local/bin/log @@ -2,7 +2,7 @@ JRNL="$STITCH_DIRECTORY/$(date +'%y-%m-%d.%H:%M.%S').org" echo '* :journal:' > /tmp/capture -kak /tmp/capture +1:3 -e "execute-keys i" +$EDITOR /tmp/capture if grep -q '^\*\s*:journal:' /tmp/capture then echo "Empty capture; ignoring" |