progress 0.16
Program to view the progress of the coreutils commands
A program 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).
- Website: https://github.com/Xfennec/progress
- Licenses: GPL 3+
- Package source: gnu/packages/admin.scm
- Builds: See build status
- Issues: See known issues
Installation
Install progress 0.16
as follows:
guix install progress@0.16
Or install the latest version:
guix install progress
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.