Alias for task
Added by Super SoBBie 163 days ago
OK this forum has not received much use recently but I think this is the best place to put this. I thought I would put my preferred alias used with task:
alias ta="task add"
alias tann="task annotate"
alias tapp="task append"
alias te="task edit"
alias td="task done"
alias trm="task delete"
alias taw="task add +work"
alias tah="task add +home"
alias tp="task personal"
alias tl="task long"
alias tw="task work"
alias th="task home"
If you have others please feel free to share.
Thanks,
SoBBie
Replies
RE: Alias for task - Added by Paul Beckingham 163 days ago
I tend to just use:
$ alias t=task
or sometimes the even:
$ mv task t