#教育 #系统 #版本 #pv #工具

bin+lib rusty_pipe_viewer

pv 工具的教育版本

1 个不稳定版本

0.1.0 2022年8月1日

#5 in #pv

MIT 许可证

1.5MB
231

包含 (DOS 可执行文件, 185KB) target/debug/deps/RustyPipeViewer.exe,(DOS 可执行文件, 185KB) target/debug/RustyPipeViewer.exe

RustyPipeViewer

这是 pv 命令行应用程序的教育版本

依赖项

构建/运行说明

# Clone this repo
git clone https://github.com/dmarcr1997/RustProjects.
cd	RustProjects/RustyPipeViewer

# Run Examples

echo hello | cargo run
yes | cargo run -- -o /dev/null
cargo run -- file.txt -o file2.txt

# Command line options
-- input file -o outputfile 
-s for silent output

许可证

作者:Damon M. Rocha

本项目根据 MIT 许可证分发 <LICENSE>


lib.rs:

Pipeviewr 文档

依赖项

~3MB
~45K SLoC