progress
progress copied to clipboard
Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)
Instead of hard coding interesting proc names, we could have a config file `/etc/progress.conf` holding them. https://github.com/Xfennec/progress/blob/092a650c0a2a1fa374361bddd5cf4ae51effa688/progress.c#L60-L68
While progress now successfully compiles thanks to #151 I get a lot of weird error messages when I execute it. Here is the output: ``` progress: sysctl: kern.proc.pathname: 60009: No...
I want to see the transfer progress of files via `smbd` (i.e., file sharing). I already can achieve some results by running progress with sudo: ``` $ sudo progress -a...
``` $ jobs [3]+ Running sudo mv ~/Documents /Volumes/MEDIA/ & $ sudo progress -c mv $ ``` OSX 14.5.0 Darwin Kernel Version 14.5.0 RELEASE_X86_64 x86_64  Same result if the...
I just ran a `dd` command, and progress was showing the progress, but then it finished, but running `sync` to ensure data is written fully just hanged. Turns our there's...
Please align text, for example when multiple rsync transfers are ongoing, so that the basic elements display in the same place regardless of how long ot short the paths are,...
When using WSL Ubuntu, then `progress` shows a value of 0%, 0 bytes out of N many bytes, for rsync client processes. Windows 10 64-bit
-M flaps
The results entries keep duplicating and un-duplicating in `progress -M` output every few seconds. Homebrew, Catalina. Please use a hashmap keyed on pid, to ensure that only one entry appears...
`progress` is always reporting rsync processes as "100.0%" complete, with the numerator and denominator as always equal, these two values rising together during the course of the rsync transfer. Catalina,...