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

Add command to run individual recipes #7

Open
nk9 opened this issue Jan 2, 2023 · 1 comment
Open

Add command to run individual recipes #7

nk9 opened this issue Jan 2, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nk9
Copy link
Owner

nk9 commented Jan 2, 2023

One of the VSCode just plugins allows the user to run individual recipes from a justfile which is being edited. This seems potentially useful, although it would require allowing the user to pass any arguments required by the recipe.

We can use the dump method of just to get a list of recipes:

just --unstable --dump --dump-format json --justfile examples/kitchen-sink.just

Adding this feature to Sublime will use Input Handlers. Here's a video on how they work, with a bare bones example in this Forum thread. More discussion in this other thread. Good community docs here.

@nk9 nk9 added the enhancement New feature or request label Jan 2, 2023
@nk9 nk9 self-assigned this Jan 2, 2023
@nk9
Copy link
Owner Author

nk9 commented Jan 11, 2023

I should take a look at how this emacs plugin works.

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

No branches or pull requests

1 participant