From ff338b1dc7045b5016e834974cce7682fc7f1c1b Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 26 Nov 2021 16:05:32 +0100 Subject: [PATCH] Alias to display all taskw pending tasks --- zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 7380b41..1c696bb 100644 --- a/zshrc +++ b/zshrc @@ -402,9 +402,11 @@ function load-gpg-agent() { alias t="task" ### Most recent tasks first alias tarecent="task simple limit:page" +### All pending tasks +alias tapending="task rc._forcecolor:on +PENDING all | less" ### Filter by tag -alias tawork="task +work | head" -alias taperso="task +perso | head" +alias tawork="task rc._forcecolor:on +work | head" +alias taperso="task rc._forcecolor:on +perso | head" alias tarm=tadel ## Functions