pipetee 1.0.1

A simple, fast, no-dependencies UNIX utility to print the contents of stdin to the terminal *and* forward them to stdout at the same time. Useful for debugging.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[bin]]
name = "pt"
path = "src/main.rs"

[dependencies]

[package]
categories = ["command-line-utilities"]
description = "A simple, fast, no-dependencies UNIX utility to print the contents of stdin to the terminal *and* forward them to stdout at the same time. Useful for debugging."
edition = "2021"
keywords = ["pipe", "tee", "stdout", "redirect", "tty"]
license = "MIT"
name = "pipetee"
readme = "README.md"
repository = "https://github.com/mark-i-m/pipetee"
rust-version = "1.65"
version = "1.0.1"