Hiroki Tagato 2390c9367c sysutils/progress: add port: Show progress for various command-line programs
This tool can be described as a tiny, dirty C command that looks for
coreutils basic commands (cp, mv, dd, tar, gzip/gunzip, cat, etc.)
currently running on your system and displays the percentage of copied
data. It can also show estimated time and throughput, and provides a
"top-like" mode (monitoring).

WWW: https://github.com/Xfennec/progress
2025-09-29 04:35:08 +09:00

6 lines
306 B
Plaintext

This tool can be described as a tiny, dirty C command that looks for
coreutils basic commands (cp, mv, dd, tar, gzip/gunzip, cat, etc.)
currently running on your system and displays the percentage of copied
data. It can also show estimated time and throughput, and provides a
"top-like" mode (monitoring).