progressline

Track command progress in a compact one-line format

brewmacoslinux
Try with needOr install directly
Source

About

Track commands progress in a compact one-line format

Commands

progressline

Examples

Monitor progress of a file copy operation$ progressline cp largefile.iso /destination/
Track download progress with wget$ progressline wget https://example.com/file.tar.gz
Monitor long-running script execution$ progressline ./backup.sh