From 3ff1bf7c134c221d89649411ef90455baf25b6a2 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Wed, 20 Mar 2024 21:29:16 -0400 Subject: [PATCH] add logseq handler --- dot_taskopenrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_taskopenrc b/dot_taskopenrc index 6223218..d961ca8 100644 --- a/dot_taskopenrc +++ b/dot_taskopenrc @@ -27,3 +27,5 @@ thunderlink.regex="(cb)?thunderlink:.*" thunderlink.command="/home/kellya/bin/cb_thunderlink/cb_thunderlink $FILE" joplin.regex="joplin:.*" joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE" +logseq.regex="logseq:.*" +logseq.command="logseq $FILE"