jwiegley / emacs-async

Simple library for asynchronous processing in Emacs
GNU General Public License v3.0
838 stars 68 forks source link

dired-async support for compress #84

Open realazizk opened 7 years ago

realazizk commented 7 years ago

Hello, Is it feasible to implement an async version of the dired-do-compress function, if so, it would be great to have.

Thanks.

jwiegley commented 7 years ago

That should be quite easy; I'd take a look at the way the async version of dired-do-copy works.