stdtimer

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2020 License: Apache-2.0

README

stdtimer

Run a command, prefixing each line with the current duration.

Example command

stdtimer bash -c "
  echo Beginning; sleep 2
  echo Middle;    sleep 2
  echo End
"

Output:

[0:00] Beginning
[0:02] Middle
[0:04] End

Installation

Download from the releases page. Extract with tar xzf FILENAME.tar.gz, and move stdtimer to a directory included in your system's PATH.

License

Apache 2.0. See LICENSE.

Directories

Path Synopsis
cmd
stdtimer command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL