-
I'm trying to copy files from s3 to a local system. The files were downloaded from a variety of sources and kept their original filenames, some of which seem to have included `**` or other wildcard pa…
-
Support globbing even when the shell doesn't. Currently http://github.com/realbluesky/sounddart has to implement this itself.
``` dart
@Command(plugins: [
const Glob()
]);
foo(@Rest() files)
```
…
-
Regarding https://github.com/yeoman/yeoman/issues/661#issuecomment-10095452
Not a priority, but might be useful to have at some point.
``` html
```
-
Looking at the documentation for the [file](https://caddyserver.com/docs/caddyfile/matchers#file) matcher, the example CEL expression uses an array of strings to specify a list of files to search for.…
-
Hello guys,
Have you considered supporting recursive globbing when using double `**` asterisks in the glob mask?
SDL_GlobDirectory(".", "a**", ...); would return something like:
```C
docs/ann…
-
I don't know what the correct term is, it probably isn't "globbing", but I'm referring to the ability to add and remove elements to the left side of the prompt. The actual syntax and mechanics are bey…
-
`pkgdownload` is a tad bit dirty under Shellcheck.
Also, you may want to use a shebang of `/usr/bin/env bash`. Also see [Why is #!/usr/bin/env bash superior to #!/bin/bash?](https://stackoverflow.c…
-
It seems that COPY globbing is not supported at all on unix systems? Is there any particular reason for that?
I guess it may be worked around with `PATCH_BASH_FOR`, but I think that'd be less perform…
-
### Description
1. #6638 added support to scan multiple JSONL files, but not for multiple JSON files AFAICT. This would also be super useful.
2. While reading multiple files, it would be helpful i…
-
It feels like this should support file globs. I have about 12 LESS files in a `pages` directory that all need their own individual compiled files. Right now I think I need to manually add a JSON entry…