#educational #systems #version #pv #utility

bin+lib rusty_pipe_viewer

Educational version of the pv utility

1 unstable release

0.1.0 Aug 1, 2022

#5 in #pv

MIT license

1.5MB
231 lines

Contains (DOS exe, 185KB) target/debug/deps/RustyPipeViewer.exe, (DOS exe, 185KB) target/debug/RustyPipeViewer.exe

RustyPipeViewer

This is an educational version of the pv command line applcation

Dependencies

Build/Run instructions

# 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

License

Author: Damon M. Rocha

This project is distributed under the terms of the MIT license <LICENSE>.


lib.rs:

Pipeviewr Documentation

Dependencies

~3MB
~45K SLoC