add joplin and thunderlink handlers
This commit is contained in:
parent
3ef2c9e58d
commit
66d888a362
1 changed files with 5 additions and 4 deletions
|
@ -11,7 +11,7 @@ path_ext=/usr/local/share/taskopen/scripts
|
||||||
files.target=annotations
|
files.target=annotations
|
||||||
files.labelregex=".*"
|
files.labelregex=".*"
|
||||||
files.regex="^[\\.\\/~]+.*\\.(.*)"
|
files.regex="^[\\.\\/~]+.*\\.(.*)"
|
||||||
files.command="xdg-open $FILE"
|
files.command="/usr/bin/xdg-open $FILE"
|
||||||
files.modes="batch,any,normal"
|
files.modes="batch,any,normal"
|
||||||
notes.target=annotations
|
notes.target=annotations
|
||||||
notes.labelregex=".*"
|
notes.labelregex=".*"
|
||||||
|
@ -21,8 +21,9 @@ notes.modes="batch,any,normal"
|
||||||
url.target=annotations
|
url.target=annotations
|
||||||
url.labelregex=".*"
|
url.labelregex=".*"
|
||||||
url.regex="((?:www|http).*)"
|
url.regex="((?:www|http).*)"
|
||||||
url.command="xdg-open $LAST_MATCH"
|
url.command="/usr/bin/xdg-open $LAST_MATCH"
|
||||||
url.modes="batch,any,normal"
|
url.modes="batch,any,normal"
|
||||||
joplin.target=joplin
|
thunderlink.regex="(cb)?thunderlink:.*"
|
||||||
joplin.regex=".*"
|
thunderlink.command="/usr/bin/xdg-open $LAST_MATCH"
|
||||||
|
joplin.regex="jolin:.*"
|
||||||
joplin.command="/home/kellya/.joplin/Joplin.AppImage $TASK_JOPLIN"
|
joplin.command="/home/kellya/.joplin/Joplin.AppImage $TASK_JOPLIN"
|
||||||
|
|
Loading…
Reference in a new issue