Skip to content

Instantly share code, notes, and snippets.

@rinthel
Last active April 12, 2019 09:03
Show Gist options
  • Save rinthel/4cf68f5e05425097095ed2a22aa551ff to your computer and use it in GitHub Desktop.
Save rinthel/4cf68f5e05425097095ed2a22aa551ff to your computer and use it in GitHub Desktop.
GTD + taskwarrior setting
# .bash_profile
export PS1='\[\e[0;35m\]Inbox:$(task +in +PENDING count)\[\e[m\] '$PS1
alias in='task add +in'
# .taskrc
urgency.user.tag.in.coefficient=15.0
report.in.columns = id,description
report.in.description = Inbox
report.in.filter = status:pending limit:page (+in)
report.in.labels = ID,Description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment