progress icon indicating copy to clipboard operation
progress copied to clipboard

Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)

Results 64 progress issues
Sort by recently updated
recently updated
newest added

This is not a big issue. It's an useful utility, but on some Linux distros there's no ncurses, just ncursesw. So make fails. Here I offer a lil patch for...

Hi, as I can see, you carefully fill tags and labels for issues in your repo. For such cases I create a [github_changelog_generator](https://github.com/skywinder/github-changelog-generator), that generate change log file based on...

Executing: # progress -p `pidof firefox` [ 3851] firefox /usr/lib/firefox/browser/omni.ja 0.0% (0 / 32.2 MiB) Get only one output file when it is downloading several files. Also tried to monitor...

`ditto` is another command used in macOS for copying keeping permissions, resource forks, etc. It'd be nice to also inspect its progress.

Would be great to have support for `du`. Is this possible?

Someone suggested your progress in the [`/r/bash` discussion](https://www.reddit.com/r/bash/comments/5771q3/simple_sexy_progress_bar_for_bash_give_it_a/) about my [`progress-bar.sh`](https://github.com/edouard-lopez/progress-bar.sh) project. Just though it might be nice to improve your UI using an interface like mine instead of only...

Perhaps this is related to issue #15 . Following command: dd if=/dev/urandom of=/dev/null bs=1M count=100000 does not yield output in 'progress'. It does detect a running dd command, since the...

When dd one device to another, size of the target is shown. This is ok, when source size > target size, but this situation is weird. Common usage is to...

I'm copying some sparse files (VMDKs created by VMware). The apparent size of one of the files is 900GB, while the actual size of the file is 434GB. While copying...