@hackage / timestamper

Read standard input and prepend each line with a timestamp

Latest1.0.3

About

Metadata

  • Last updated , by kisom
  • License MIT
  • Categories Systems Programming
  • Maintained by: kyle@metacircular.net

  • Lottery factor: 0

Links

Installation

Readme

timestamper

This is a stupid little tool that just reads text from the input, and emits it to standard output.

Building and installing

You need cabal and a Haskell compiler (e.g. GHC) installed. Then, clone this into some directory, cd into it, and run

$ cabal configure
$ cabal build
$ cabal install

Usage

Pipe stuff into it. Watch it spit out timestamped lines. Be amazed.

License

See the LICENSE file.