Taskwarrior config/fxn's, liteshort fxn's

Update NZXT packages.
This commit is contained in:
2019-09-05 00:48:47 -04:00
parent 0cb1db417b
commit 37ba6b8dcf
28 changed files with 256 additions and 33 deletions

View File

@@ -0,0 +1,4 @@
function task-anno
task $argv[1] annotate $argv[2]
and task
end

View File

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

View File

@@ -0,0 +1,5 @@
function task-delete
task $argv[1] delete
and task sync
and task
end

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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