nikolavp / taskwarrior-utils

Automatically exported from code.google.com/p/taskwarrior-utils
1 stars 0 forks source link

Consider changing the sort order of the review process #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the tasks are reviewed based on the ID. We should be able to change 
that with a configuration file.

Simple example configuration file:

{{{

# [Created by task_review.py 11/8/2011 19:38:08]
# Taskwarrior review process configuration file.
# Files
data.location=/home/djp/.task
# these options will be available to all sub-processes
review.all.option.done.key=d
review.all.option.done.text=(d)one
review.all.option.done.action=done
review.all.option.del.key=D
review.all.option.del.text=(D)elete
review.all.option.del.action=delete
review.all.option.edit.key=e
review.all.option.edit.text=(e)dit the file (use with caution!)
review.all.option.edit.action=edit
# general review
review.general.name=General Review
review.general.desc=going through tasks one at a time with quick-key options
review.general.stats=num.selected
review.general.stats=num.pending
review.general.stats=percent.completed
review.general.report=info  #opening the door to piggy-backing on other 
pre-defined reports, not just info 
review.general.sort=urgency-,project+
review.general.filter=status:pending
review.general.annotations=full
review.general.notes=full
review.general.option.refresh.key=R
review.general.option.refresh.text=(R)efresh this review? (start at the top?)
review.general.option.refresh.action=task_review general
review.general.confirmation=yes

}}}

Original issue reported on code.google.com by nikolavp@gmail.com on 3 Jan 2012 at 8:18

GoogleCodeExporter commented 9 years ago
Reference to the comment with the configuration file.

http://taskwarrior.org/boards/6/topics/2021#message-2035

Original comment by nikolavp@gmail.com on 3 Jan 2012 at 8:20