Title says it all. Can we output the TUI to stderr so that the stopwatch data can be collected/piped upon completion (as described here.
E.g.
# This is probably overly verbose/complicated
tclock stopwatch | grep -o "\([[:digit:]]\{1,2\}:\)\{1,2\}[[:digit:]]\{1,2\}\(\.[[:digit:]]\)\{0,1\}" | awk '{ print "- Log item duration: " $0 }' >> some_log.log
I can create a PR for this if interested.
Title says it all. Can we output the TUI to stderr so that the stopwatch data can be collected/piped upon completion (as described here.
E.g.
I can create a PR for this if interested.