This commit is contained in:
2019-12-29 19:01:31 -05:00
parent dd5b0c8179
commit 2a60472dcb
23 changed files with 186 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
function task-next-rm
task $argv[1] modify -nx
task $argv[1] modify -next
and task
end

View File

@@ -1,4 +1,4 @@
function task-next
task $argv[1] modify +nx
task $argv[1] modify +next
and task
end

View File

@@ -0,0 +1,4 @@
function task-wait
task $argv[1] mod wait:+$argv[2]
and task
end