Skip to content

Commit

Permalink
Add an example for the -absolute option.
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jan 15, 2019
1 parent 430c233 commit b14170b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ Timestamp and colorize the stdout and stderr streams of CLI programs.

(based on an idea by HN user chrismorgan here: https://news.ycombinator.com/item?id=18898764)

# Example screenshot:
This example shows 'gostamp' running 'make', which produces both stdout and stderr lines:
# Examples:
This example shows a default invokation of 'gostamp', running 'make', which produces both stdout and stderr lines:

![example.png](./example.png)

As you can see, it is easy to distinguish between stderr (red timestamps) and stdout (green timestamps).


The example below shows the effect of the -absolute option:

![example.option.absolute.png](./examples/example.option.absolute.png)


# Installation:
go get -u github.com/spytheman/gostamp

Expand Down
Binary file added examples/example.option.absolute.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit b14170b

Please sign in to comment.