Crates.io | rusty_pipe_viewer |
lib.rs | rusty_pipe_viewer |
version | 0.1.0 |
source | src |
created_at | 2022-08-01 17:21:31.335596 |
updated_at | 2022-08-01 17:21:31.335596 |
description | Educational version of the pv utility |
homepage | https://github.com/dmarcr1997/RustProjects/tree/main/RustyPipeViewer |
repository | |
max_upload_size | |
id | 636955 |
size | 40,060,821 |
This is an educational version of the pv command line applcation
# 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
Author: Damon M. Rocha
This project is distributed under the terms of the MIT license <LICENSE>.