From 60f255f75fe5ecda72745c28de8198da33359adc Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 23 Aug 2022 16:52:20 +0100 Subject: fixed the alias for tw and bunkerage --- ksh_aliases | 2 +- taskrc | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 -' diff --git a/taskrc b/taskrc index 5d9a6aa..403f7c4 100644 --- a/taskrc +++ b/taskrc @@ -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" -- cgit v1.2.3