Skip to content

tleino/overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

overlay
=======

overlay performs a Unix-like command pipeline, but dumps output
of all commands to stdout while adding metadata which specifies
which output belongs to which command.

Example
=======

$ overlay 'cmd1 | sort'
1: foo
1: bar
1-exit(0)
2: bar
2: foo
2-exit(0)

Dependencies
============

None

Configure & Install
===================

./configure ~
make install

About

Overlay output from multiple pipelined commands

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published