Completions for sub-directory Justfiles are missing/broken.
Author: Dietr1chCreated Jul 29, 2026Updated Aug 3, 2026
I have a project like,
.
├── app
│ └── Justfile # recipe_1
├── db
│ └── Justfile # recipe_2
└── Justfile # global_recipeWhere I can run recipes in other directories
# Global recipes
just global_recipe
# But also
just app/recipe_1
just db/recipe_2However, at least in fish I only get completions for just <TAB>, but not for just app/<TAB> nor just db/<TAB>.
I'm using just v1.57.0
Source: casey/just