Skip to content
/ pv Public

Pipe viewer implementation in pure rust, based on indicatif

License

Notifications You must be signed in to change notification settings

SeanTater/pv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipe viewer reimplementation

pv is a Unix pipe monitoring application. (And this is copy of the much older original)

You can use it in places where a progressbar, or at least a flow rate meter, would be handy. Some handy examples:

# Is it still transferring or did something freeze?
docker save excelsior | pv | ssh [email protected] "docker load"
# Why doesn't gzip have a progressbar already?
pv gigantic-file | gunzip | gawk '/size/ { x += $4 } END {print x}'

About

Pipe viewer implementation in pure rust, based on indicatif

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages