2022-06-12 14:02:04 +00:00
|
|
|
[General]
|
2022-12-08 09:47:06 +00:00
|
|
|
EDITOR = nvim
|
2022-06-12 14:02:04 +00:00
|
|
|
taskbin = task
|
|
|
|
path_ext = /usr/share/taskopen/scripts
|
2021-08-24 21:09:11 +00:00
|
|
|
|
2022-06-12 14:02:04 +00:00
|
|
|
[Actions]
|
2023-12-04 07:26:59 +00:00
|
|
|
note_custom_ext.regex = "^Note\\.?(.*)?"
|
2023-01-09 23:14:40 +00:00
|
|
|
note_custom_ext.command = "$EDITOR ${XDG_DATA_HOME:-$HOME/.local/share}/task/notes/$UUID.$LAST_MATCH"
|
2022-12-08 11:59:07 +00:00
|
|
|
|
2023-12-30 20:29:21 +00:00
|
|
|
notes.regex = "^Note$"
|
2023-01-09 23:14:40 +00:00
|
|
|
notes.command = "$EDITOR ${XDG_DATA_HOME:-$HOME/.local/share}/task/notes/$UUID.md"
|
2021-08-24 21:09:11 +00:00
|
|
|
|
2022-12-08 11:59:07 +00:00
|
|
|
links.regex = "^https?://"
|
2023-12-04 07:26:59 +00:00
|
|
|
links.command = "open $FILE"
|
2022-12-08 11:59:07 +00:00
|
|
|
|
2022-12-08 20:31:15 +00:00
|
|
|
mail.regex = "^<.*@.*>$"
|
|
|
|
mail.command = "notmuch show mid:${FILE:1:-1}"
|
|
|
|
|
2022-06-12 14:02:04 +00:00
|
|
|
[CLI]
|
2021-08-24 21:09:11 +00:00
|
|
|
|