dotfiles/home/dot_taskopenrc

29 lines
668 B
Plaintext

[General]
taskbin=task
taskargs
no_annotation_hook=""
task_attributes="priority,project,tags,description"
--sort:"urgency-,annot"
--active-tasks:"+PENDING"
EDITOR=/usr/bin/nano
path_ext=/usr/share/taskopen/scripts
[Actions]
files.target=annotations
files.labelregex=".*"
files.regex="^[\\.\\/~]+.*\\.(.*)"
files.command="xdg-open $FILE"
files.modes="batch,any,normal"
notes.target=annotations
notes.labelregex=".*"
notes.regex="fleeting"
notes.command="nvim ~/documents/warrior/fleeting/$UUID.md"
notes.modes="batch,any,normal"
url.target=annotations
url.labelregex=".*"
url.regex="((?:www|http).*)"
url.command="xdg-open $LAST_MATCH"
url.modes="batch,any,normal"