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

Question regarding directory #10

Closed
dpassen opened this issue Feb 24, 2022 · 4 comments
Closed

Question regarding directory #10

dpassen opened this issue Feb 24, 2022 · 4 comments

Comments

@dpassen
Copy link

dpassen commented Feb 24, 2022

From just's README:

just can be invoked from any subdirectory, not just the directory that contains the justfile.

so is there a way to make justl.el work from a subdirectory?

@psibi
Copy link
Owner

psibi commented Feb 25, 2022

I should make the docs more clear, but this is the current state:

  • The interactive function justl-exec-recipe-in-dir works from any sub directory.
  • The function justl works currently only from the directory where justfile is present.

@psibi
Copy link
Owner

psibi commented Feb 26, 2022

This should make justl work with any subdirectory (or even if it's in a parent directory): #11

Can you give that a try ?

@dpassen
Copy link
Author

dpassen commented Feb 26, 2022

This works great!

@psibi
Copy link
Owner

psibi commented Feb 26, 2022

Fixed via #11

@psibi psibi closed this as completed Feb 26, 2022
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

2 participants