Taskwarrior config

This commit is contained in:
2019-09-03 13:51:23 -04:00
parent 1e65b54066
commit 0cb1db417b
17 changed files with 134 additions and 36 deletions

View File

@@ -0,0 +1,4 @@
function task-done
task $argv[1] done
and task
end

View File

@@ -0,0 +1,3 @@
function task-edit
task $argv[1] edit
end

View File

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