rusty_pipe_viewer

Crates.iorusty_pipe_viewer
lib.rsrusty_pipe_viewer
version0.1.0
sourcesrc
created_at2022-08-01 17:21:31.335596
updated_at2022-08-01 17:21:31.335596
descriptionEducational version of the pv utility
homepagehttps://github.com/dmarcr1997/RustProjects/tree/main/RustyPipeViewer
repository
max_upload_size
id636955
size40,060,821
Damon Marc Rocha II (dmarcr1997)

documentation

README

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>.

Commit count: 0

cargo fmt