From 1f796d5cb6e1696b9c993f038933d4a70b46b989 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 26 May 2024 19:41:12 -0500 Subject: Bin: update to vis --- local/bin/log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'local/bin/log') 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" -- cgit v1.2.3