Last active
April 12, 2019 09:03
-
-
Save rinthel/4cf68f5e05425097095ed2a22aa551ff to your computer and use it in GitHub Desktop.
GTD + taskwarrior setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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