Open
Description
The original cp
command in Linux has -v
flag, it prints out source and destination for every copied file line-by-line, e. g.:
'foo/some-file-1.txt' -> 'bar/foo/some-file-1.txt'
'foo/some-file-2.jpg' -> 'bar/foo/some-file-2.jpg'
It would be very useful to have this feature in the package, so that users could have more clue of what's going on when something is being copied.