sharper icon indicating copy to clipboard operation
sharper copied to clipboard

Consider defining a mode for async-shell commands

Open sebasmonia opened this issue 5 years ago • 2 comments

dotnet clean runs in one (no point in using compile for it) and it would be nice:

  1. if the output was read only
  2. if q would kill the output buffer
  3. start running command and finishing showed custom messages in the echo area

Only worth it if there were a few other commands that use async-shell-command.

sebasmonia avatar Jul 19 '20 03:07 sebasmonia

One thing that I need to fix is that for some commands if I want to move point to the beginning of the buffer (for example for the info buffers) it doesn't work with the current implementation.

sebasmonia avatar Aug 04 '20 05:08 sebasmonia

After solving #13, the mode could take care of making things read-only etc. The only other proper command using async-shell-command is dotnet publish.

sebasmonia avatar Mar 28 '21 15:03 sebasmonia