progress
progress copied to clipboard
Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)
Also, it might be a good idea to note the possibility of using Ctrl+T on FreeBSD/macOS to send SIGINFO to the current running process which will make it dump the...
Some rsync entries in `progress -M` oscillate between appearing and disappearing, over and over. One quick mitigation would be to double the sample rate. At least then the entries would...
The progress tool occasionally shows duplicate lines. This can happen with rsync transfers, for example. We could do a better job of housing the status entries in a hashmap, keyed...
I just learned about `progress`, and I tried building it on MSYS2 (Windows 10). Just wanted to document my changes to get it to compile and run, as I don't...
Hi, I am having trouble installing and compiling progress, and would like to get some help. `yum` can't find the package: ``` $ sudo yum install progress Last metadata expiration...
Hi, I enjoy using Xfennec progress to monitor Android file transfers. However, there is a system transfer which can sometimes get in the way of the regular transfer progress. Can...
Why is progress limited to 32 processes?
This is for the issue in #146 with the process count limit being hit. This PR defaults to 32 and lets the user supply their own value. I'm unsure of...