This commit is contained in:
2019-10-07 22:46:08 -04:00
parent 82018d00a3
commit 31c621a339
22 changed files with 181 additions and 104 deletions

View File

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

View File

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

View File

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

View File

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

View File

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