Alias to display all taskw pending tasks

This commit is contained in:
gardouille 2021-11-26 16:05:32 +01:00
parent ba097ea069
commit ff338b1dc7
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 4 additions and 2 deletions

6
zshrc
View File

@ -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