sourcegraph/thyme

[Feature requet] Simplifying running thyme

intoxicated opened this issue · 0 comments

In readme, it states to run thyme on command line like while true; do thyme track -o thyme.json; sleep 30s; done;. What about run thyme on background by executing something like thyme track -o thyme.json -t 30 to simplify command / readability ? If it sounds good, I would like to contribute :)