-
Notifications
You must be signed in to change notification settings - Fork 476
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
[Feature] Support globbing with includes directive #1641
Comments
I would love this feature also. I used it a lot with make to divide makefiles into like functionality. Here is a workaround. The Initial Justfile: ./justfiles/self.just:
After making any changes to a *.just file in your watched folder, run: |
This seems reasonable. |
It would be amazing to be able to do
!include path/to/my/subjusts/*.just
and move on with life vs including each seperately.The text was updated successfully, but these errors were encountered: