Skip to content

Request: Output TUI to stderr to allow piping of stopwatch data #40

Description

@Craige

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions