timestamper: Read standard input and prepend each line with a timestamp

[ mit, program, system ] [ Propose Tags ]

timestamper is a utility to apply timestamps to standard input.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.0.1, 1.0.2, 1.0.3
Change log CHANGELOG
Dependencies base (>4 && <5), old-locale, time [details]
License MIT
Author K. Isom
Maintainer kyle@metacircular.net
Category System
Home page https://github.com/kisom/timestamper
Source repo head: git clone https://github.com/kisom/timestamper
Uploaded by kisom at 2015-07-31T04:30:44Z
Distributions NixOS:1.0.3
Reverse Dependencies 1 direct, 0 indirect [details]
Executables timestamper
Downloads 2501 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-12-02 [all 6 reports]

Readme for timestamper-1.0.3

[back to package description]

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.