diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-10 08:12:08 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-10 08:12:08 +0100 |
commit | 37cd62049e052b9fbd5a197cf0639bc2ebe200da (patch) | |
tree | fedee4a19403c545f325059d48dd5433e6790126 | |
parent | 44698f9bbafedeea8370373479545a1318798e87 (diff) | |
parent | fbc8f626587464a14d41cec2358ade70d2d4ef4e (diff) |
update to merge
-rw-r--r-- | fish/functions/s.fish | 3 | ||||
-rw-r--r-- | taskrc_x1 | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/fish/functions/s.fish b/fish/functions/s.fish new file mode 100644 index 0000000..7d75131 --- /dev/null +++ b/fish/functions/s.fish @@ -0,0 +1,3 @@ +function s --wraps='task sync' --description 'alias s=task sync' + task sync $argv; +end @@ -226,7 +226,7 @@ report.ml_due_within_5_days.sort=due,urgency # Report all -report.all.column=id,status.short,uuid.short,start.active,entry.age,end.age,depends.indicator,priority,project.parent,tags.count,recur.indicator,wait.remaining,scheduled.remaining,due,until,remaining,description +report.all.column=id,status.short,uuid.short,start.active,entry.age,end.age,depends.indicator,priority,project,tags.count,recur.indicator,wait.remaining,scheduled.remaining,due,until,remaining,description report.all.labels=ID,St,UUID,A,Age,Done,D,P,Project,Tags,R,Wait,Sch,Due,Until,Description report.all.description="All Tasks (amended)" report.all.sort=entry- |