Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider defining a mode for async-shell commands #3

Open
sebasmonia opened this issue Jul 19, 2020 · 2 comments
Open

Consider defining a mode for async-shell commands #3

sebasmonia opened this issue Jul 19, 2020 · 2 comments

Comments

@sebasmonia
Copy link
Owner

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
Copy link
Owner Author

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
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant