20 lines
478 B
Text
20 lines
478 B
Text
[General]
|
|
EDITOR = nvim
|
|
taskbin = task
|
|
path_ext = /usr/share/taskopen/scripts
|
|
|
|
[Actions]
|
|
note_custom_ext.regex = "^Note\\.(.*)"
|
|
note_custom_ext.command = "$EDITOR ${XDG_DATA_HOME:-$HOME/.local/share}/task/notes/$UUID.$LAST_MATCH"
|
|
|
|
notes.regex = "^Note"
|
|
notes.command = "$EDITOR ${XDG_DATA_HOME:-$HOME/.local/share}/task/notes/$UUID.md"
|
|
|
|
links.regex = "^https?://"
|
|
links.command = "xdg-open $FILE"
|
|
|
|
mail.regex = "^<.*@.*>$"
|
|
mail.command = "notmuch show mid:${FILE:1:-1}"
|
|
|
|
[CLI]
|
|
|