Skip to content

Instantly share code, notes, and snippets.

@linuxcaffe
Created May 31, 2014 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxcaffe/fb4dbe76a796752020f6 to your computer and use it in GitHub Desktop.
Save linuxcaffe/fb4dbe76a796752020f6 to your computer and use it in GitHub Desktop.
taskwarrior history aliases missing?
djp@tigger:~/tmp/task$ tw history ; tw ghistory ; tw history.weekly ; tw ghistory.weekly ; tw history.monthly ; tw ghistory.monthly
+task history
# alias word 'history.monthly'
# alias word 'history.monthly'
# alias word 'history.monthly'
# alias word 'history.monthly'
# alias word 'history.monthly'
# alias word 'history.monthly'
# alias word 'history.monthly'
# alias word 'history.monthly'
# alias word 'history.monthly'
# alias word 'history.monthly'
[task limit:page list history]
Filter: ( status == pending and description ~ 'history' )
No matches.
There are local changes. Sync required.
+task ghistory
# alias word 'ghistory.monthly'
# alias word 'ghistory.monthly'
# alias word 'ghistory.monthly'
# alias word 'ghistory.monthly'
# alias word 'ghistory.monthly'
# alias word 'ghistory.monthly'
# alias word 'ghistory.monthly'
# alias word 'ghistory.monthly'
# alias word 'ghistory.monthly'
# alias word 'ghistory.monthly'
[task limit:page list ghistory]
Filter: ( status == pending and description ~ 'ghistory' )
No matches.
There are local changes. Sync required.
+task history.weekly
[task limit:page list history.weekly]
Filter: ( status == pending and description ~ 'history.weekly' )
No matches.
There are local changes. Sync required.
+task ghistory.weekly
[task limit:page list ghistory.weekly]
Filter: ( status == pending and description ~ 'ghistory.weekly' )
No matches.
There are local changes. Sync required.
+task history.monthly
Year Month Added Completed Deleted Net
2009 April 44 0 0 44
May 2 0 0 2
June 7 0 0 7
November 3 0 0 3
December 1 0 0 1
2010 March 1 0 0 1
July 1 0 0 1
August 4 0 0 4
September 2 0 0 2
2011 January 1 0 0 1
2012 December 87 0 126 -39
2013 January 6 1 0 5
February 9 2 0 7
March 17 1 0 16
April 3 0 0 3
May 6 1 0 5
June 4 4 0 0
July 2 0 0 2
August 7 5 0 2
September 30 8 11 11
October 26 14 19 -7
November 53 10 8 35
December 2 0 0 2
2014 February 17 7 2 8
May 30 31 15 -16
Average 14 3 7 4
Filter:
+task ghistory.monthly
Year Month Number Added/Completed/Deleted
2009 April 44
May 2
June 7
November 3
December 1
2010 March 1
July 1
August 4
September 2
2011 January 1
2012 December 87 126
2013 January 61
February 92
March 171
April 3
May 61
June 4 4
July 2
August 7 5
September 30 8 11
October 26 14 19
November 53 10 8
December 2
2014 February 17 72
May 30 31 15
Legend: Added, Completed, Deleted
Filter:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment