Skip to content

useless : after task name in task list #923

@daroga0002

Description

@daroga0002

When using a task list command output is always show in format:
image

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:

task/help.go

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: uiChanges related to the UI of Task.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions