sharper
sharper copied to clipboard
Consider defining a mode for async-shell commands
dotnet clean runs in one (no point in using compile for it) and it would be nice:
- if the output was read only
- if
qwould kill the output buffer - 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.
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.
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.