emacs-async icon indicating copy to clipboard operation
emacs-async copied to clipboard

Show which files were moved in the message buffer?

Open phoenixanimations opened this issue 5 years ago • 5 comments

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.

phoenixanimations avatar Jan 22 '19 22:01 phoenixanimations

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

thierryvolpiatto avatar Jan 23 '19 15:01 thierryvolpiatto

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. What is it called? Is there something I have to do to make it show up?

Well, I do see a buffer *emacs*, but it just has Lisp expression: in it, nothing else, no filenames.

Thanks!

mmelloswf avatar Mar 24 '22 01:03 mmelloswf

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

thierryvolpiatto avatar Mar 24 '22 05:03 thierryvolpiatto

I'm not using helm.

So, where is "the files being copied are shown in a special buffer"?

mmelloswf avatar Mar 24 '22 14:03 mmelloswf

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

thierryvolpiatto avatar Oct 11 '22 08:10 thierryvolpiatto