summaryrefslogtreecommitdiffstats
path: root/rules/pv.in
blob: 5e94364ec72b324149a98bb3ccc97064b148cb73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=shell_and_console

config PV
	tristate
	prompt "pv"
	select GCCLIBS_GCC_S
	help
	  pv (Pipe Viewer) is a terminal-based tool for monitoring the progress
	  of data through a pipeline. It can be inserted into any normal
	  pipeline between two processes to give a visual indication of how
	  quickly data is passing through, how long it has taken, how near to
	  completion it is, and an estimate of how long it will be until
	  completion.