This commit is contained in:
parent
e80f2cd2d0
commit
117371bafb
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -1,10 +1,22 @@
|
|||
# seep
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
[](https://github.com/PlexSheep/seep/actions/workflows/cargo.yaml)
|
||||
|
||||
Print `stdin` to terminal, then pipe into next process.
|
||||
|
||||
`seep` (short for see pipe and also to describe leaks in real pipes) has the
|
||||
purpose of letting you peek at what you're piping.
|
||||
|
||||
* [Original Repository](https://git.cscherr.de/PlexSheep/seep)
|
||||
* [GitHub Mirror](https://github.com/PlexSheep/seep)
|
||||
* [crates.io](https://crates.io/crates/seep)
|
||||
* [docs.rs](https://docs.rs/crate/seep/)
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
On Unix like systems, you can pass the output (`stdout`) of one process to the
|
||||
|
|
Loading…
Add table
Reference in a new issue