casey / casey/just

[feature request] Expand file lists with wildcards for Windows

Open
#2,854 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
35.8k
Forks
846
Avg merge
27m
Merged PRs (30d)
3

Description

Hi, thanks development.

I use Just in cmd.exe on Windows, but I am having trouble because the Windows shell does not perform wildcard expansion. I need $(wildcard ).

I extract files using the following method, but if there are no matching files, dir returns an error, which stops the process.
` PNG_SRC := shell(‘dir /B *.png’)`

Additionally, there is no way to retrieve a list of files in subdirectories as follows:
` PNG_SRC := shell(‘dir /B clip/*.png’)`

In Makefile, we can retrieve a list of files using $(wildcard *.png ), so it would be great if an equivalent feature existed.``

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.