#tee #command #write #standard #input #read #source

app tee-rs

A Rust implementation of the tee command

1 unstable release

0.1.0 Oct 27, 2024

#206 in Command-line interface

MIT license

11KB
71 lines

tee by rust

tee is a command-line utility that reads from standard input and writes to standard output and files. Source code is available at https://github.com/coreutils/coreutils.

tee-rs is a Rust implementation of tee command.

Development

Requirements

  • uv

Test

Interactive Input

uv run --package interactive-input-sample python ./tools/interactive-input-sample/main.py

Dependencies

~43KB