diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-08-23 16:52:20 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-08-23 16:52:20 +0100 |
commit | 60f255f75fe5ecda72745c28de8198da33359adc (patch) | |
tree | adae25c257f29d57ee0b7f1c8e4000c17671f919 | |
parent | ee620af82b602805817a5faa80852345a9a8cda7 (diff) |
fixed the alias for tw and bunkerage
-rw-r--r-- | ksh_aliases | 2 | ||||
-rw-r--r-- | taskrc | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ksh_aliases b/ksh_aliases index 352ac80..00cead5 100644 --- a/ksh_aliases +++ b/ksh_aliases @@ -47,4 +47,4 @@ alias gloga='git log --oneline --decorate --graph --all' alias venvact='. ./.venv/bin/activate' alias pushyulqen='rsync -avzh /home/lemon/code/html/yulqen.org/ lemon@joannalemon.com:/var/www/yulqen.org/' alias freemem="dmesg | awk '/avail mem/'" -alias taskstobunkerage='echo "\`\`\`" >> /home/lemon/code/html/yulqen.org.hugo/content/bunkerage/day.md && task ls >> /home/lemon/code/html/yulqen.org.hugo/content/bunkerage/day.md && echo "\`\`\`" >> /home/lemon/code/html/yulqen.org.hugo/content/bunkerage/day.md && cd ~/code/html/yulqen.org.hugo/ && make push && cd -' +alias taskstobunkerage='echo "### Tasks\n\n\`\`\`" >> /home/lemon/code/html/yulqen.org.hugo/content/bunkerage/day.md && task ml_basic >> /home/lemon/code/html/yulqen.org.hugo/content/bunkerage/day.md && echo "\`\`\`" >> /home/lemon/code/html/yulqen.org.hugo/content/bunkerage/day.md && cd ~/code/html/yulqen.org.hugo/ && make push && cd -' @@ -194,6 +194,12 @@ context.nocode=project.not:code # REPORTS report.waiting.columns=id,start.active,entry.age,depends.indicator,priority,project,tags,recur.indicator,wait,wait.remaining,scheduled,due,until,description.count +# basic for putting on my own web site +report.ml_basic.columns=due,description.count +report.ml_basic.description="Description-only for putting on my own site" +report.ml_basic.filter=status:pending +report.ml_basic.sort=due,urgency + # Due or scheduled today report.ml_due_or_scheduled_today.columns=id,entry.age,depends,priority,project,tags.count,recur,scheduled.countdown,due.relative,until.remaining,description.count,urgency report.ml_due_or_scheduled_today.description="Due or scheduled today" |