Compare commits
No commits in common. "66d888a362a6ec545f9af17df545c01580258a54" and "22f0dd991d1c5e3f595a5db127327fb849f117c1" have entirely different histories.
66d888a362
...
22f0dd991d
2 changed files with 7 additions and 6 deletions
|
@ -69,6 +69,9 @@ uda.reviewed.label=Reviewed
|
||||||
uda.messageid.type=string
|
uda.messageid.type=string
|
||||||
uda.messageid.label=Message-ID
|
uda.messageid.label=Message-ID
|
||||||
|
|
||||||
|
uda.joplin.type=string
|
||||||
|
uda.joplin.label=Joplin
|
||||||
|
|
||||||
uda.status_report.type=string
|
uda.status_report.type=string
|
||||||
uda.status_report.label=status_report
|
uda.status_report.label=status_report
|
||||||
uda.status_report.values=display,hide
|
uda.status_report.values=display,hide
|
||||||
|
@ -92,4 +95,3 @@ context.home.write=+home
|
||||||
|
|
||||||
include ~/.config/task/intheam
|
include ~/.config/task/intheam
|
||||||
#include ~/.config/task/wingtask
|
#include ~/.config/task/wingtask
|
||||||
context=work
|
|
||||||
|
|
|
@ -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="/usr/bin/xdg-open $FILE"
|
files.command="xdg-open $FILE"
|
||||||
files.modes="batch,any,normal"
|
files.modes="batch,any,normal"
|
||||||
notes.target=annotations
|
notes.target=annotations
|
||||||
notes.labelregex=".*"
|
notes.labelregex=".*"
|
||||||
|
@ -21,9 +21,8 @@ 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="/usr/bin/xdg-open $LAST_MATCH"
|
url.command="xdg-open $LAST_MATCH"
|
||||||
url.modes="batch,any,normal"
|
url.modes="batch,any,normal"
|
||||||
thunderlink.regex="(cb)?thunderlink:.*"
|
joplin.target=joplin
|
||||||
thunderlink.command="/usr/bin/xdg-open $LAST_MATCH"
|
joplin.regex=".*"
|
||||||
joplin.regex="jolin:.*"
|
|
||||||
joplin.command="/home/kellya/.joplin/Joplin.AppImage $TASK_JOPLIN"
|
joplin.command="/home/kellya/.joplin/Joplin.AppImage $TASK_JOPLIN"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue