-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show which files were moved in the message buffer? #110
Comments
phoenixanimations <[email protected]> writes:
Right now on async it just shows: Asynchronous Move of 1 on 1 file
done. I would like for there to be an option that shows which files
were moved. i.e: Asynchronous Move of 1 on 1 file done:
~/Desktop/foo.txt -> ~/Downloads/foo.txt.
I don't expect this to be in the modeline, and would prefer it to be
in message buffer, or its own buffer. If this is too drastic of a
request I understand.
This would be redundant, when copying files, the files beeing copied are
shown in a special buffer and of course you know the destination. If
there is a failure and one or more files are not copied for any reason,
you will be notified in the dired-log buffer popping up immediately at
end of operation.
…--
Thierry
|
I can see this in the modeline Well, I do see a buffer Thanks! |
Also if you are using helm and copy very large files, you can use M-V from
helm-find-files which uses rsync (not async package) and have a real
progress bar in modeline.
…--
Thierry
|
I'm not using helm. So, where is "the files being copied are shown in a special buffer"? |
mmelloswf ***@***.***> writes:
This would be redundant, when copying files, the files being copied are shown in a special buffer...
@thierryvolpiatto
I can see this in the modeline "[1 Async job(s) running]", but I do
not see any special buffer.
You see it when starting copying, not during copying (or moving etc...).
…--
Thierry
|
Right now on async it just shows:
Asynchronous Move of 1 on 1 file done
. I would like for there to be an option that shows which files were moved. i.e:Asynchronous Move of 1 on 1 file done: ~/Desktop/foo.txt -> ~/Downloads/foo.txt
.I don't expect this to be in the modeline, and would prefer it to be in message buffer, or its own buffer. If this is too drastic of a request I understand.
The text was updated successfully, but these errors were encountered: