task: Add taskopen alias
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.
This commit is contained in:
parent
dbcc18cc56
commit
ac9a8c69ac
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
[General]
|
[General]
|
||||||
|
EDITOR = nvim
|
||||||
taskbin = task
|
taskbin = task
|
||||||
path_ext = /usr/share/taskopen/scripts
|
path_ext = /usr/share/taskopen/scripts
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,7 @@ weekstart=monday
|
||||||
|
|
||||||
# Make daily burndown default alias
|
# Make daily burndown default alias
|
||||||
alias.burndown=burndown.daily
|
alias.burndown=burndown.daily
|
||||||
|
alias.open=exec taskopen "--config=${XDG_CONFIG_HOME:-$HOME/.config}/task/taskopenrc"
|
||||||
|
|
||||||
# Sort the columns a little differently
|
# Sort the columns a little differently
|
||||||
active.indicator=>
|
active.indicator=>
|
||||||
|
|
Loading…
Reference in a new issue