Skip to content

Add --format optional arg #94

@nymann

Description

@nymann

Hey, thanks for this awesome tool! Makes the time tracking part of my life easier 👍

Right now I have the current task that I am working on in my status bar.

timetrace status | awk -F'|' 'NR == 4 {gsub(/ /, "", $0); print $2 " " $3}'

And this works, but it would be nice to add a format parameter to timetrace status to fx format the output as JSON, which is easier to work with in scripts :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions