Allow custom text printed before (left of) the progress bar from progress(1):
authorhubertf <hubertf@NetBSD.org>
Tue, 9 Mar 2004 17:04:24 +0000 (17:04 +0000)
committerhubertf <hubertf@NetBSD.org>
Tue, 9 Mar 2004 17:04:24 +0000 (17:04 +0000)
commitd9415b521c515095fba42397975441dfbfb487d8
tree731648ee58873672e9ead73fa33f3321931c48cc
parent3cac59fa5b5b8e6ebd1ec4c9a16728fcfa27cd9b
Allow custom text printed before (left of) the progress bar from progress(1):

miyu# cat openoffice-linux-1.1.0.tgz | progress -z -p 'Bytes written: ' dd of=/dev/null bs=1m
Bytes written:    193 MB   13.83 MB/s 0+195211 records in
and:
miyu# progress -f openoffice-linux-1.1.0.tgz -z -p 'Bytes written: ' dd of=/dev/null bs=1m
Bytes written:  28% |******                | 57919 KB   14.12 MB/s    00:09 ETA

OK'd by lukem.
include/progressbar.h
progress.1
progress.c
progressbar.c