Marty Oehme
ac9a8c69ac
Added alias within taskwarrior to invoke taskopen through (unsurprisingly) `task open`. Importantly, the difference to other taskwarrior commands is that the number of the task to open should come AFTER the command, not before as a filter as for all the others. Perhaps that can be changed in the future.
11 lines
197 B
Text
11 lines
197 B
Text
[General]
|
|
EDITOR = nvim
|
|
taskbin = task
|
|
path_ext = /usr/share/taskopen/scripts
|
|
|
|
[Actions]
|
|
notes.regex = "Note"
|
|
notes.command = "$EDITOR ${XDG_DATA_HOME:-~/.local/share}/task/notes/$UUID.md"
|
|
|
|
[CLI]
|
|
|