[Ml-yokadi] feature request
Aurélien Gâteau
aurelien.gateau at free.fr
Tue Jul 28 23:36:33 CEST 2009
Sébastien Renard wrote:
>> Given the following tasks:
>> prj1:
>> 1 Do foo @people_alan @i18n
>> 2 Do bar @people_bob @backport
>>
>> prj2:
>> 3 Do baz @people_bob @people_alan
> Both solution provide the same output. The only difference is the way you define
> grouping :
> - with order (first arg is keyword or project)
> - with a switch (-k) and a default mode (project grouping).
Not exactly: my proposition groups only on a specific keyword
expression, not on all keywords. If I run "t_list @people% prj%" on the
tasks listed above, I don't get an @i18n or an @backport group.
I can understand you find it a bit too magic to define the way tasks are
grouped based on the criteria order, so here is another suggestion:
We could introduce a "-g, --group" switch, which would takes as
parameter the grouping keyword expression. This would turn my previous
command into: "t_list -g @people% prj%" or "t_list prj% -g @people%". If
"-g" is not set, then t_list would group by project, as before.
Aurélien
More information about the Ml-yokadi
mailing list