tee-rs

Crates.iotee-rs
lib.rstee-rs
version0.1.0
sourcesrc
created_at2024-10-27 04:49:32.645602
updated_at2024-10-27 04:49:32.645602
descriptionA Rust implementation of the tee command
homepage
repositoryhttps://github.com/pollenjp/tee-rs
max_upload_size
id1424344
size26,579
pollenJP (pollenjp)

documentation

README

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
Commit count: 9

cargo fmt