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

DIR U12 wildcard support #152

Open
dansanderson opened this issue Aug 3, 2024 · 0 comments
Open

DIR U12 wildcard support #152

dansanderson opened this issue Aug 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dansanderson
Copy link
Collaborator

DIR U12 lists the files in the current working directory of the SD card. Currently, when U12 is specified, other arguments like a filename pattern are silently ignored: DIR "PAT*",U12 also lists all files. It would be nice if DIR U12 supported a wildcard pattern argument. SD card listings get very long in typical uses, and limiting the files that come back would be useful.

Because U12 is not a DOS device, this will have to be implemented differently to how DOS implements wildcards. Ideally they'd share an implementation and feature set, but it might be easier to offer limited pattern support with just the * at first.

Pagination should continue to be supported, e.g.: DIR "PAT*",P,U12

@dansanderson dansanderson added new New report, not classified yet enhancement New feature or request and removed new New report, not classified yet labels Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant