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]
|
2022-12-08 11:59:07 +00:00
|
|
|
note_custom_ext.regex = "^Note\\.(.*)"
|
|
|
|
note_custom_ext.command = "$EDITOR ${XDG_DATA_HOME:-~/.local/share}/task/notes/$UUID.$LAST_MATCH"
|
|
|
|
|
|
|
|
notes.regex = "^Note"
|
2022-07-08 20:28:00 +00:00
|
|
|
notes.command = "$EDITOR ${XDG_DATA_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?://"
|
|
|
|
links.command = "xdg-open $FILE"
|
|
|
|
|
2022-06-12 14:02:04 +00:00
|
|
|
[CLI]
|
2021-08-24 21:09:11 +00:00
|
|
|
|