-
-
Notifications
You must be signed in to change notification settings - Fork 763
Description
When using a task list command output is always show in format:

issue which I see here is that : after task name seems be useless for me as there is constant tabulation between task name and task description.
I am pointing this as in cases where users are using terminals allowing copy/paste and automatic highlighting it is little problematic. In my case I am using Hyper.is terminal and I have copyOnSelect option so from my productivity point of view when I need some command/argument to copy I just double click on it and if highlighted automatically, then I just paste using cmd + v shortcut but how automatic selecting is working I always paste also : which I must trim from command.
For me personally : after task name doesn't have useful usage so maybe you will consider proposal of removing it.
I am adding here a little movie to present this behaviour:
issue.mov
I think it is quite easy change here:
Line 30 in a664a26
| e.Logger.FOutf(w, logger.Default, ": \t%s", task.Desc) |
if you decide and agree to remove it I should be able to open a PR for it.