No Description

Andrew Wood a9cef81657 Minor formatting corrections 9 months ago
.github 103df51a59 Create FUNDING.yml 1 year ago
autoconf cc95aa67a3 Renamed README to README.md and altered it to Markdown format; moved contributors from the README to docs/ACKNOWLEDGEMENTS.md 9 months ago
doc cc95aa67a3 Renamed README to README.md and altered it to Markdown format; moved contributors from the README to docs/ACKNOWLEDGEMENTS.md 9 months ago
src 0ca8ef5187 Dates bumped for release of 1.6.20 1 year ago
tests 12f28d0689 Initial commit based on v1.6.6 1 year ago
.gitignore adf9672b25 Cleanup 1 year ago
README.md a9cef81657 Minor formatting corrections 9 months ago
generate.sh 12f28d0689 Initial commit based on v1.6.6 1 year ago

README.md

Introduction

This is the README for pv ("Pipe Viewer"), 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.

Documentation

A manual page is included in this distribution. See "man ./doc/quickref.1", or "man pv" after installation.

Compilation

If this is not a packaged release, first run "./generate.sh".

To compile the package, type "sh ./configure", which should generate a Makefile for your system. You may then type "make" to build everything. Note that GNU make is required; this may be installed as gmake on some systems, so if typing "make" gives an error, try "gmake" instead.

See the file "doc/INSTALL" for more about the configure script.

Developers note that you can run "./configure --enable-debugging" to cause debugging support to be built in, and the --enable-profiling option builds in profiling support (see "man gprof"). Also note that running "make index" will generate an HTML code index (using ctags and cproto); this index lists all files used, all functions defined, and all TODOs marked in the code.

Author and acknowledgements

This package is copyright 2022 Andrew Wood, and is being distributed under the terms of the Artistic License 2.0. For more details of this license, see the file "doc/COPYING".

Report bugs in pv using the contact form linked from the home page, or though the project issue tracker.

The pv home page is at:

  http://www.ivarch.com/programs/pv.shtml

The latest version can always be found here.

Please see "doc/ACKNOWLEDGEMENTS.md" for a list of contributors.