Today, I have released some minor update for tmtxt dired async library (an asynchronous execution library for emacs dired).
The update fixes some minor issues and add some more features as below
Get size of multiple files
This feature uses the command du
to calculate the total size of all marked
files.
Stop all current async tasks
This function helps you stop all currently running async taks.
Jump to the end of the output buffer
Sometimes, the point in the output buffer stucks somewhere in the middle of the output buffer and will not auto scroll for user to track the progress. Activate this function to fix it.