Skip to content
/ mark Public

Pipe logs through `mark` to see short bursts of log lines grouped together with newlines on pauses.

License

Notifications You must be signed in to change notification settings

mlsteele/mark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mark

Pipe logs through mark to see short bursts of log lines grouped together with newlines on pauses.

Installation

go get github.com/mlsteele/mark
go install github.com/mlsteele/mark
# make sure $GOPATH/bin is in your $PATH

Usage

# to tail a file:
tail -f -n0 /path/to/some.log | mark
# for a process (+stderr):
someprog 2>&1 | mark

About

Pipe logs through `mark` to see short bursts of log lines grouped together with newlines on pauses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published