4 releases (2 breaking)
0.3.0 | Apr 7, 2023 |
---|---|
0.2.1 | May 31, 2022 |
0.2.0 | Oct 27, 2019 |
0.1.0 | Oct 27, 2019 |
#400 in Unix APIs
10KB
178 lines
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 me@devbox.company.com "docker load"
# Why doesn't gzip have a progressbar already?
pv gigantic-file | gunzip | gawk '/size/ { x += $4 } END {print x}'
Dependencies
~4–12MB
~119K SLoC