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

Create a buffer per command #44

Closed
TristanCacqueray opened this issue Jan 6, 2024 · 1 comment · Fixed by #45
Closed

Create a buffer per command #44

TristanCacqueray opened this issue Jan 6, 2024 · 1 comment · Fixed by #45

Comments

@TristanCacqueray
Copy link
Contributor

Hello, would it be possible to add the command name to the *just* buffer so that we can run multiple long running commands in parallel?

For example, given a ghcid and format command, just.el would create one buffer per command:

  • *just-ghcid*
  • *just-format*
@psibi
Copy link
Owner

psibi commented Jan 23, 2024

I see what you mean. This should be trivial to implement but I would prefer an optional opt-in via defcustom as I don't want to populate emacs instance with lots of different just buffers. I would be happy to accept a PR for the same.

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

Successfully merging a pull request may close this issue.

2 participants