usage: default command

Added by tcharles yun 184 days ago

howdy, another quick question.

I have a default command in .taskrc (list). so, when i type

task

i get tasks in the list output style.

when i type

task list +find_task_with_this_tag

i get the output in list form with only those tags that match.

why is it that i can not simply type

task +show_me_these_tags

it seems that if list is the default output format, then the above line should work.

searching the wiki, i wonder if this is this related to

http://taskwarrior.org/issues/show/288

by any chance?

- Charles


Replies

RE: usage: default command - Added by Paul Beckingham 183 days ago

Hi Charles,

This is a nice idea. I would like to make this work, but there are some cases I need to think through where this would make it easier to inadvertently modify a task, for example if there was a number in the filter. Meanwhile, it goes on the list. Thanks.

P.