Dired rsync is amazing, it will be better if it can :
- selected files in multiple dired buffers is added to a list
- in dired-rsync--filter, the file that complete successfully is removed and unmarked in the source dir
Point 1 is because many user often need to copy files from multiple dirs to one target dir.
Point 2 is because the rsync process might be interrupted, it will be easier for the user to act further upon the failed files if they are left marked, if there are many dired buffers it 's better to differentiate form "*" by setting the dired-marker-char to "F",meaning failed. (the user can change marks with dired-change-marks)
Dired rsync is amazing, it will be better if it can :
Point 1 is because many user often need to copy files from multiple dirs to one target dir.
Point 2 is because the rsync process might be interrupted, it will be easier for the user to act further upon the failed files if they are left marked, if there are many dired buffers it 's better to differentiate form "*" by setting the dired-marker-char to "F",meaning failed. (the user can change marks with dired-change-marks)