-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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 :-)
dominikbraun
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers