Xfennec / progress

Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)
GNU General Public License v3.0
8.58k stars 313 forks source link

Add flag -f to display all files from the monitored processes #157

Open dark opened 3 years ago

dark commented 3 years ago

Sometimes you want to display all files read and written by a process, perhaps because the process acts as a filter (e.g. ffmpeg), and information about all files is useful. Flag -f, or --full-display, is added for this purpose.

The number of files in the output is still limited statically.