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

https://github.com/davorg/tstamp

Unix filter to add timestamps to data feeds
https://github.com/davorg/tstamp

hacktoberfest timestamps unix-filter

Last synced: 6 months ago
JSON representation

Unix filter to add timestamps to data feeds

Awesome Lists containing this project

README

          

# tstamp

Unix filter to add timestamps to data feeds.

## Usage

tail [-format strftime_format] [-utc] some.log | tstamp

* -format - A `strftime`-style date/time format (default is %Y-%m-%dT%H:%M:%S)
* -utc - Use UTC (default is your local timezone)

## Why?

Because I got angry one day that logs I was trying to follow didn't have
timestamps in them.