just icon indicating copy to clipboard operation
just copied to clipboard

Treat paths in submodule relative to directory of root `.justfile`

Open Splines opened this issue 8 months ago • 4 comments

It'd be great to have an option to treat all paths in a submodule relative to the directory containing the root .justfile. I think I'd prefer a per-module flag for this instead of a global one.

This would allow me to let my submodules reside in other file locations (e.g. in a folder .config/commands/), while not having to issue a cd {{justfile_directory()}} or cd ../../ at the beginning of every recipe.

Splines avatar Jul 04 '24 23:07 Splines