Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kisom/timestamper

Apply timestamps to standard input.
https://github.com/kisom/timestamper

Last synced: 18 days ago
JSON representation

Apply timestamps to standard input.

Awesome Lists containing this project

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.