-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
working with just #144
Comments
There's nothing planned, because I never used I guess there could be something specific done. In the meantime, what about this:
You would call it like
|
Thanks for your answer ! This workaround would work, but it would opt me off the What I would ideally look for would probably more be like [jobs-just]
commands = ["check-drv", "check-esp", "clippy-drv", "clippy-esp"]
[keybindings]
t = "job-just:check-drv"
s = "job-just:check-esp"
shift-t = "job-just:clippy-drv"
shift-s = "job-just:clippy-esp" or even a blunt (this |
Or maybe, if I manage to get a launcher which automatically open multiple bacon instances with different just commands on different pane, your solution could be the most simple one for my use case. I'll try something with https://zellij.dev/news/new-plugin-system/ to see if I can get a list of just commands and simply bacon them all. But still, I think importing commands from just into bacon config would be a nice feature |
Hello !
Thanks a lot for this project :D
I was wondering if there are ways to integrate bacon with just, or if something is planned.
To provide more context, I often have to write a
justfile
with many commands, and bacon is a super nice tool to run some of those commands automatically, so I have to write abacon.toml
which just expose the list of the just command I need.Here is an example on a toy project : justfile / bacon.toml.
This is a bit of boilerplate that I have to write and adapt again and again in every project (and maintain), for very little added value, while I think we could instead have just a flag for bacon that expose commands provided by just.
The text was updated successfully, but these errors were encountered: