Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kisom/timestamper
- Owner: kisom
- License: mit
- Created: 2015-02-26T00:18:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-02T07:56:25.000Z (over 9 years ago)
- Last Synced: 2024-10-11T02:46:23.113Z (about 1 month ago)
- Language: Haskell
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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.